Skip to content

Commit 5a311e6

Browse files
authored
Merge pull request #85271 from JaredMSFT/patch-2
typo: ou -> you
2 parents 624e998 + 59b9941 commit 5a311e6

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
@@ -130,7 +130,7 @@ Here is an example of configuring pglogical at the provider database server and
130130
SELECT pglogical.replication_set_add_all_tables('myreplicationset', '{public}'::text[]);
131131
```
132132

133-
As an alternate method, ou can also add tables from a specific schema (for example, testUser) to a default replication set.
133+
As an alternate method, you can also add tables from a specific schema (for example, testUser) to a default replication set.
134134
```SQL
135135
SELECT pglogical.replication_set_add_all_tables('default', ARRAY['testUser']);
136136
```

0 commit comments

Comments
 (0)