Skip to content

Commit 6157e43

Browse files
Merge pull request #224521 from AwdotiaRomanowna/patch-15
Update concepts-logical.md
2 parents 9e5aa30 + a49262f commit 6157e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/concepts-logical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Here is an example of configuring pglogical at the provider database server and
106106

107107
1. Install pglogical extension in the database in both the provider and the subscriber database servers.
108108
```SQL
109-
\C myDB
109+
\c myDB
110110
CREATE EXTENSION pglogical;
111111
```
112112
2. If the replication user is other than the server administration user (who created the server), make sure that you grant membership in a role `azure_pg_admin` to the user and assign REPLICATION and LOGIN attributes to the user. See [pglogical documentation](https://github.com/2ndQuadrant/pglogical#limitations-and-restrictions) for details.

0 commit comments

Comments
 (0)