You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we revise docs on sub_disable, sub_enable, and sub_show_status functions.
Some minor typos and trailed whitespaces fixed here and there in the code.
Also, this commit commences restructurisation of the UI .sql script to make it
a little more readable and synced with the docs/spock_functions.md.
Copy file name to clipboardExpand all lines: docs/spock_functions/functions/spock_sub_create.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,6 @@ Use `spock.sub_wait_for_sync(subscription_name)` to wait for the subscription to
36
36
force_text_transfer
37
37
Force the provider to replicate all columns using a text representation (which is slower, but may be used to change the type of a replicated column on the subscriber). The default is false.
38
38
enabled
39
-
If true, it signals replication machinery to activate synchronisation of schema/data from the publisher. If false, the node synchronisation status is set to ready, no active sync The default is true.
39
+
If true, it signals replication machinery to activate synchronisation of schema/data from the publisher. If false, the node synchronisation status is set to ready, no synchronization will be made (TODO: refer to a correct use case). The default is true.
40
40
skip_schema
41
41
Array of schema names that will be skipped during the structure synchronisation. Data from any table, included in these schemas will be filtered at initial data synchronisation. The default is NULL.
0 commit comments