alternatives - Search results in mailing lists
Mailing lists >> pgsql-general >> Thread
2025-06-05 01:41:15 | Feature request: Settings to disable comments and multiple statements in a connection (Glen K)
alternative to using parameterized queries, sanitized user input or any other injection mitigation measures, but would
Mailing lists >> pgsql-general >> Thread
2025-03-31 08:10:54 | Re: SQL Server's WITH (NOLOCK) equivalent in PostgreSQL? (David G. Johnston)
desired constraints maybe an alternative approach for that use case could be suggested. David J.
Mailing lists >> pgsql-general >> Thread
2025-03-05 12:38:57 | Virtual patching software for PostgreSQL (Mike Yeap)
alternative software that does virtual patching for PostgreSQL DB servers to the Trellix Database Security
Mailing lists >> pgsql-general >> Thread
2025-02-27 10:19:53 | Re: Ideas about presenting data coming from sensors (Achilleas Mantzios - cloud)
alternatives. All those companies were at Pgconf2024.eu , unfortunately at the time, this project was still
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2025-02-13 05:02:22 | Re: Best Approach for Swapping a Table with its Copy (Marcelo Fernandes)
swapping the tables is robust. Do you mean alternatives to table-cloning-and-swapping? Regards, - Marcelo
Mailing lists >> pgsql-general >> Thread
2025-01-06 14:54:41 | Re: Will PQsetSingleRowMode get me results faster? (Dominique Devienne)
alternative is to use COPY, which gets your the rows as they come, but then
Mailing lists >> pgsql-general >> Thread
2024-12-06 02:04:31 | Re: Errors when restoring backup created by pg_dumpall (Ron Johnson)
alternative is to open the .sql file in Notepad++, then add "public." before all the unqualified
Mailing lists >> pgsql-general >> Thread
2024-12-04 18:51:41 | Seamless age (xid) replacement (Ivan Shershnev)
alternative. I know that xid is also kinda deprecated, so it makes sense not to use it. I can get xid8
Mailing lists >> pgsql-general >> Thread
2024-11-29 22:24:00 | Re: Find out the version of the server (Adrian Klaver)
Alternatively, you can keep around a copy of psql from each major version and be sure
Mailing lists >> pgsql-general >> Thread
2024-11-24 19:05:15 | Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication (Subhash Udata)
alternative method to set up replication without taking a full backup of the entire cluster
Mailing lists >> pgsql-general >> Thread
2024-11-18 22:05:31 | Re: Functions and Indexes (Laurenz Albe)
Alternatively, you could have a partial index: CREATE INDEX ON bar (foo1) INCLUDE (foo2) WHERE
Mailing lists >> pgsql-general >> Thread
2024-11-14 19:32:15 | Re: question on audit columns (Greg Sabino Mullane)
alternative approach, which puts the information into your Postgres logs, rather than in the tables
Mailing lists >> pgsql-general >> Thread
2024-11-11 02:44:39 | Re: Fwd: Fwd: Postgres attach partition: AccessExclusive lock set on different tables depending on how (Tom Lane)
alternative answer might be what Alvaro was muttering about the other day: redesign FKs for partitioned
Mailing lists >> pgsql-general >> Thread
2024-10-19 18:03:33 | Re: RESET, NULL and empty-string valued settings and transaction isolation (David G. Johnston)
alternative representation to an error message that the setting doesn’t exist. You can only
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2024-10-17 07:46:56 | Re: Backup (Asad Ali)
Alternative Backup Methods* - Explore other backup methods like `*pgBackRest` or `WAL-E`*. These tools are specifically