diff options
Diffstat (limited to 'doc/src/sgml/protocol.sgml')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index c6eb863d1fb..11b4d9a0dde 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1315,9 +1315,9 @@ the connection to be used for logical replication from that database. connection via <application>psql</application> or any other <literal>libpq</literal>-using tool with a connection string including the <literal>replication</literal> option, e.g.: - <programlisting> - psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" - </programlisting> +<programlisting> +psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" +</programlisting> However it is often more useful to use <application>pg_receivexlog</application> (for physical replication) or <application>pg_recvlogical</application> (for logical replication). |