Difference between revisions of "PostgreSQL replication"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://www.postgresql.org/docs/current/runtime-config-replication.html
  
 +
postgres=# [[\du]]
 +
                                      List of roles
 +
    Role name    |                        Attributes                        | [[Member of]]
 +
----------------+------------------------------------------------------------+-----------
 +
  YOUR_USER      | [[Create DB]]                                                  | {}
 +
  [[postgres]]      | [[Superuser]], [[Create role]], [[Create DB]], [[PostgreSQL replication|Replication]], [[Bypass RLS]] | {}
  
[[\du]]
+
== Related ==
 +
* <code>[[START_REPLICATION]] SLOT</code>
 +
* [[Amazon RDS Read Replicas]]
 +
* <code>select * from [[pg_replication_slots]];</code>
 +
* <code>[[\du+]]</code>
 +
* [[CREATE SUBSCRIPTION]]
  
 
== See also ==
 
== See also ==
 +
* {{PostgreSQL replication}}
 
* {{replication}}
 
* {{replication}}
  
 
[[Category:PostgreSQL]]
 
[[Category:PostgreSQL]]

Latest revision as of 17:53, 8 January 2024

Advertising: