File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Nodes can be added and removed dynamically using the SQL interfaces.
125
125
- ` dsn ` - connection string to the node, for nodes that are supposed to be
126
126
providers, this should be reachable from outside
127
127
128
- - ` pglogical.pglogical_drop_node (node_name name, ifexists bool) `
128
+ - ` pglogical.drop_node (node_name name, ifexists bool) `
129
129
Drops the pglogical node.
130
130
131
131
Parameters:
@@ -155,7 +155,7 @@ Nodes can be added and removed dynamically using the SQL interfaces.
155
155
that didn't originate on provider node, or "{all}" which means replicate
156
156
all changes no matter what is their origin, default is "{all}"
157
157
158
- - ` pglogical.pglogical_drop_subscription (subscription_name name, ifexists bool) `
158
+ - ` pglogical.drop_subscription (subscription_name name, ifexists bool) `
159
159
Disconnects the subscription and removes it from the catalog.
160
160
161
161
Parameters:
You can’t perform that action at this time.
0 commit comments