Re: How to configure client-side TLS ciphers for streaming replication?

2025-08-26 Thread DINESH NAIR
ault-bind-ciphers no RC4-MD5" Reason: I don't want to restrict myself to the ones I put in the list. If the client comes in with a better, faster ciphers suite- I want the ... stackoverflow.com Ciphers: https://www.openssl.org/docs/man1.0.2/apps/ciphers.html Thanks & Regards Dines

Re: Q: GRANT ... WITH ADMIN on PG 17

2025-08-25 Thread DINESH NAIR
ce to avoid unintended privilege propagation. * Enforce role separation by ensuring that users can manage sensitive roles without inheriting their privileges. Thanks & Regards Dinesh Nair From: Dominique Devienne Sent: Monday, August 25, 2025 6:08 PM To:

Re: Regarding logical replication issues with PostgreSQL versions 16 and above

2025-07-27 Thread DINESH NAIR
ll column field Or create Surrogate Primary Key 2. Use that index as the REPLICA IDENTITY. Regards Dinesh Nair From: yexiu-glory Sent: Friday, July 18, 2025 4:38 PM To: pgsql-general Subject: Regarding logical replication issues with PostgreSQL version

Re: Query regarding support of test_decoding and PGReplicationStream with Standby Logical Replication

2025-07-15 Thread DINESH NAIR
Hi Kiran, Are we trying to perform logical replication from create replication slots on a standby server and use logical decoding plugins(JDBC PGReplicationStream API) to stream changes from the standby Is my understanding correct? Hi, I have a question regarding the new featu

Re: PostgresSQL Setup error

2025-07-10 Thread DINESH NAIR
password authentication failed for user "aklaver" Also provide: 1) Postgres version. 2) Client version. > > Please advise if assistance can be provided? > > > Kind Regards > > Jordan Adams > > IT Support > > iSquared Technologies (Pty) Ltd > >

Re: Foreign Data Wrapper from Oracle to Postgres 16

2025-07-05 Thread DINESH NAIR
eadme-ov-file#6-installation> PostgreSQL Foreign Data Wrapper for Oracle. Contribute to laurenz/oracle_fdw development by creating an account on GitHub. github.com Thanks Dinesh Nair From: Laurenz Albe Sent: Thursday, July 3, 2025 12:20 PM To: Santh