Difference between revisions of "PostgreSQL replication"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* <code>[[START_REPLICATION]] SLOT</code> | * <code>[[START_REPLICATION]] SLOT</code> | ||
* [[Amazon RDS Read Replicas]] | * [[Amazon RDS Read Replicas]] | ||
− | * <code>[[pg_replication_slots]]</code> | + | * <code>select * from [[pg_replication_slots]];</code> |
* <code>[[\du+]]</code> | * <code>[[\du+]]</code> | ||
Revision as of 17:49, 8 January 2024
postgres=# \du List of roles Role name | Attributes | Member of ----------------+------------------------------------------------------------+----------- YOUR_USER | Create DB | {} postgres | Superuser, Create role, Create DB, Replication, Bypass RLS | {}
Related
START_REPLICATION SLOT
- Amazon RDS Read Replicas
select * from pg_replication_slots;
\du+
See also
Advertising: