Skip to content

Commit eeac2f6

Browse files
Jim Nasbyringerc
authored andcommitted
Typo; formatting
1 parent ba0a323 commit eeac2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pglogical_output/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The overall flow of client/server interaction is:
7878
* Connection options must include `replication=database` and `dbname=[...]` parameters
7979
* The PostgreSQL client library can be `libpq` or anything else that supports the replication sub-protocol
8080
* The same mechanisms are used for authentication and protocol encryption as for a normal non-replication connection
81-
* [Client issues `IDENTIFY_SYSTEM`
81+
* Client issues `IDENTIFY_SYSTEM`
8282
* Server responds with a single row containing system identity info
8383
* Client issues `CREATE_REPLICATION_SLOT slotname LOGICAL 'pglogical'` if it's setting up for the first time
8484
* Server responds with success info and a snapshot identifier
@@ -115,7 +115,7 @@ Details are in the replication protocol docs.
115115
If required you can use the `IDENTIFY_SYSTEM` command, which reports system
116116
information:
117117

118-
systemid | timeline | xlogpos | dbname | dboid
118+
systemid | timeline | xlogpos | dbname | dboid
119119
---------------------+----------+-----------+--------+-------
120120
6153224364663410513 | 1 | 0/C429C48 | testd | 16385
121121
(1 row)

0 commit comments

Comments
 (0)