Skip to content

Commit a49262f

Browse files
Update concepts-logical.md
typo
1 parent 54e3243 commit a49262f

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)