logical-replication Questions
3
Solved
Is there a way to see what kind of replica identity a Postgres table has, whether using pgAdmin or through a query?
Equiponderate asked 19/3, 2019 at 20:25
3
Solved
I am creating replication slot and streaming changes from AWS Postgres RDS to java process through JDBC driver.
My replication slot creation code looks like this.
final ReplicationSlotInfo replic...
Pringle asked 4/3, 2020 at 13:28
1
Solved
I am trying to set logical replication between 2 cloud instances both with Debian 9 and PG 11.1. The command CREATE PUBLICATION on master was successful, but when I start the command CREATE SUBSCRI...
Bennettbenni asked 14/1, 2019 at 16:3
2
I have a regular table transactions with 200 million rows.
I decided to convert this table to a Declarative Partition using Logical Replication.
I created a Publication on node1 like so:
CREATE ...
Off asked 30/11, 2018 at 9:30
0
Hi I am reading from logical replication stream continuously in infinite while loop. and I have another program that is continuously populating a table in the same database. I notice that after som...
Confiteor asked 3/9, 2018 at 10:27
1
© 2022 - 2024 — McMap. All rights reserved.