Difference between revisions of "PostgreSQL replication"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
* <code>[[\du+]]</code> | * <code>[[\du+]]</code> | ||
* [[CREATE SUBSCRIPTION]] | * [[CREATE SUBSCRIPTION]] | ||
| + | * [[CREATE ROLE]] | ||
| + | * [[Terraform resource: postgresql role]] | ||
== See also == | == See also == | ||
Latest revision as of 17:06, 29 May 2025
postgres=# \du List of roles Role name | Attributes | Member of ----------------+------------------------------------------------------------+----------- YOUR_USER | Create DB | {} postgres | Superuser, Create role, Create DB, Replication, Bypass RLS | {}
Related[edit]
START_REPLICATION SLOT- Amazon RDS Read Replicas
select * from pg_replication_slots;\du+- CREATE SUBSCRIPTION
- CREATE ROLE
- Terraform resource: postgresql role
See also[edit]
Advertising: