Skip to content

Commit 98ebc28

Browse files
committed
Fix function names in README
1 parent 74a1082 commit 98ebc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Nodes can be added and removed dynamically using the SQL interfaces.
125125
- `dsn` - connection string to the node, for nodes that are supposed to be
126126
providers, this should be reachable from outside
127127

128-
- `pglogical.pglogical_drop_node(node_name name, ifexists bool)`
128+
- `pglogical.drop_node(node_name name, ifexists bool)`
129129
Drops the pglogical node.
130130

131131
Parameters:
@@ -155,7 +155,7 @@ Nodes can be added and removed dynamically using the SQL interfaces.
155155
that didn't originate on provider node, or "{all}" which means replicate
156156
all changes no matter what is their origin, default is "{all}"
157157

158-
- `pglogical.pglogical_drop_subscription(subscription_name name, ifexists bool)`
158+
- `pglogical.drop_subscription(subscription_name name, ifexists bool)`
159159
Disconnects the subscription and removes it from the catalog.
160160

161161
Parameters:

0 commit comments

Comments
 (0)