meets - Search results in mailing lists

2025-03-25 18:27:13 | Re: Experience and feedback on pg_restore --data-only (Adrian Klaver)

meet the requirements. You are probably looking at some process that does incremental updates and then

2025-03-13 13:10:40 | Re: Moving from Linux to Linux? (Paul Foerster)

meet some special requirements. SUSE is usually hopelessly out of date as far as dependency

2025-03-01 19:31:08 | Re: Please implement a catch-all error handler per row, for COPY (Adrian Klaver)

/pg_bulkload/index.html and https://pgloader.io/ They may be able to meet your needs. -- Adrian Klaver adrian.klaver@aklaver.com

2025-02-07 21:20:16 | Re: How to perform a long running dry run transaction without blocking (Robert Leach)

meeting this week, we actually opened our public instance to the world for the first

2024-11-11 14:23:10 | Question About Native Support for SQL:2011 Temporal Tables in PostgreSQL (David Lynam)

meeting data compliance needs. I think adding these features natively could make PostgreSQL even more

2024-09-12 07:48:23 | Re: Effects of REVOKE SELECT ON ALL TABLES IN SCHEMA pg_catalog FROM PUBLIC (Brent Wood)

meet it is to not give those users direct SQL access. Put some kind of restrictive

2024-09-10 20:22:00 | Re: Strange permission effect depending on DEFERRABILITY (Laurenz Albe)

meet resistance. Besides, what I am proposing in the patch is not to use the owner

2024-08-27 12:36:30 | Analytics on PostgresQL Advisory (Shyam Duraiswami)

provably.ai ) Linkedin ( https:///in/shyam-durai/ ) Setup Meeting with Shyam ( https:///shyamdurai/ ) Sent via Superhuman ( https:///?vip=shyam@provably.ai )

2024-07-15 15:26:07 | Re: Monitoring DB size (Muhammad Imtiaz)

meet your requirements 1) pg_stat_user_tables view 2) pgstattuple extension Regards, Muhammad imtiaz

2024-07-08 15:41:47 | New Meet-up in the Stuttgart / Tübingen (Valeria Kaplan)

To all PostgreSQL fans in the Stuttgart area! We would like to invite you to

2024-07-04 23:56:03 | psql help (Murthy Nunna)

meet above criteria (essentially remove limit 1) ? Thanks! Note: I run this in Linux. TIMEOUT

2024-06-25 17:08:45 | Re: Can any_value be used like first_value in an aggregate? (Tom Lane)

meet the ORDER BY spec. Use window functions (i.e. first_value). This is what they

2024-03-22 11:43:40 | PostgreSQL as advanced job queuing system (ushi)

meet requirements the system needs to offer some advanced features compared to "classic" queuing systems

2024-03-21 05:37:55 | Not able to purge partition (veem v)

meet the partition retention criteria, it's not letting us drop any of the partitions

2024-03-19 18:57:28 | Re: Postgres database encryption (Ron Johnson)

On Tue, Mar 19, 2024 at 9:22 AM Johnathan Tiamoh wrote: Look at PgSodium. It might meet your requirements.