File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The overall flow of client/server interaction is:
78
78
* Connection options must include ` replication=database ` and ` dbname=[...] ` parameters
79
79
* The PostgreSQL client library can be ` libpq ` or anything else that supports the replication sub-protocol
80
80
* 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 `
82
82
* Server responds with a single row containing system identity info
83
83
* Client issues ` CREATE_REPLICATION_SLOT slotname LOGICAL 'pglogical' ` if it's setting up for the first time
84
84
* Server responds with success info and a snapshot identifier
@@ -115,7 +115,7 @@ Details are in the replication protocol docs.
115
115
If required you can use the ` IDENTIFY_SYSTEM ` command, which reports system
116
116
information:
117
117
118
- systemid | timeline | xlogpos | dbname | dboid
118
+ systemid | timeline | xlogpos | dbname | dboid
119
119
---------------------+----------+-----------+--------+-------
120
120
6153224364663410513 | 1 | 0/C429C48 | testd | 16385
121
121
(1 row)
You can’t perform that action at this time.
0 commit comments