Skip to content

Commit cfe2e2a

Browse files
committed
Fix typo in README
1 parent 493461d commit cfe2e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The following functions are provided for managing the replication sets:
270270
- `replicate_delete` - specifies if `DELETE` is replicated, default true
271271
- `replicate_truncate` - specifies if `TRUNCATE` is replicated, default true
272272

273-
- `pglogical.delete_replication_set(set_name text)`
273+
- `pglogical.drop_replication_set(set_name text)`
274274
Removes the replication set.
275275

276276
Parameters:

0 commit comments

Comments
 (0)