@@ -77,7 +77,7 @@ ERROR: invalid connection string syntax: missing "=" after "foobar" in connecti
77
77
78
78
\dRs+
79
79
List of subscriptions
80
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
80
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
81
81
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
82
82
regress_testsub | regress_subscription_user | f | {testpub} | f | f | d | f | off | dbname=regress_doesnotexist | 0/0
83
83
(1 row)
@@ -97,7 +97,7 @@ ERROR: unrecognized subscription parameter: "create_slot"
97
97
ALTER SUBSCRIPTION regress_testsub SKIP (lsn = '0/12345');
98
98
\dRs+
99
99
List of subscriptions
100
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
100
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
101
101
-----------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------------------+------------------------------+----------
102
102
regress_testsub | regress_subscription_user | f | {testpub2,testpub3} | f | f | d | f | off | dbname=regress_doesnotexist2 | 0/12345
103
103
(1 row)
@@ -109,7 +109,7 @@ ALTER SUBSCRIPTION regress_testsub SKIP (lsn = '0/0');
109
109
ERROR: invalid WAL location (LSN): 0/0
110
110
\dRs+
111
111
List of subscriptions
112
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
112
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
113
113
-----------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------------------+------------------------------+----------
114
114
regress_testsub | regress_subscription_user | f | {testpub2,testpub3} | f | f | d | f | off | dbname=regress_doesnotexist2 | 0/0
115
115
(1 row)
@@ -144,7 +144,7 @@ ERROR: invalid value for parameter "synchronous_commit": "foobar"
144
144
HINT: Available values: local, remote_write, remote_apply, on, off.
145
145
\dRs+
146
146
List of subscriptions
147
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
147
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
148
148
---------------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------------------+------------------------------+----------
149
149
regress_testsub_foo | regress_subscription_user | f | {testpub2,testpub3} | f | f | d | f | local | dbname=regress_doesnotexist2 | 0/0
150
150
(1 row)
@@ -180,7 +180,7 @@ CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUB
180
180
WARNING: tables were not subscribed, you will have to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION to subscribe the tables
181
181
\dRs+
182
182
List of subscriptions
183
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
183
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
184
184
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
185
185
regress_testsub | regress_subscription_user | f | {testpub} | t | f | d | f | off | dbname=regress_doesnotexist | 0/0
186
186
(1 row)
@@ -189,7 +189,7 @@ ALTER SUBSCRIPTION regress_testsub SET (binary = false);
189
189
ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE);
190
190
\dRs+
191
191
List of subscriptions
192
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
192
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
193
193
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
194
194
regress_testsub | regress_subscription_user | f | {testpub} | f | f | d | f | off | dbname=regress_doesnotexist | 0/0
195
195
(1 row)
@@ -203,7 +203,7 @@ CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUB
203
203
WARNING: tables were not subscribed, you will have to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION to subscribe the tables
204
204
\dRs+
205
205
List of subscriptions
206
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
206
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
207
207
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
208
208
regress_testsub | regress_subscription_user | f | {testpub} | f | t | d | f | off | dbname=regress_doesnotexist | 0/0
209
209
(1 row)
@@ -212,7 +212,7 @@ ALTER SUBSCRIPTION regress_testsub SET (streaming = false);
212
212
ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE);
213
213
\dRs+
214
214
List of subscriptions
215
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
215
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
216
216
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
217
217
regress_testsub | regress_subscription_user | f | {testpub} | f | f | d | f | off | dbname=regress_doesnotexist | 0/0
218
218
(1 row)
@@ -230,7 +230,7 @@ ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refr
230
230
ERROR: publication "testpub1" is already in subscription "regress_testsub"
231
231
\dRs+
232
232
List of subscriptions
233
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
233
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
234
234
-----------------+---------------------------+---------+-----------------------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
235
235
regress_testsub | regress_subscription_user | f | {testpub,testpub1,testpub2} | f | f | d | f | off | dbname=regress_doesnotexist | 0/0
236
236
(1 row)
@@ -248,7 +248,7 @@ ERROR: publication "testpub3" is not in subscription "regress_testsub"
248
248
ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub2 WITH (refresh = false);
249
249
\dRs+
250
250
List of subscriptions
251
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
251
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
252
252
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
253
253
regress_testsub | regress_subscription_user | f | {testpub} | f | f | d | f | off | dbname=regress_doesnotexist | 0/0
254
254
(1 row)
@@ -285,7 +285,7 @@ CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUB
285
285
WARNING: tables were not subscribed, you will have to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION to subscribe the tables
286
286
\dRs+
287
287
List of subscriptions
288
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
288
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
289
289
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
290
290
regress_testsub | regress_subscription_user | f | {testpub} | f | f | p | f | off | dbname=regress_doesnotexist | 0/0
291
291
(1 row)
@@ -297,7 +297,7 @@ ERROR: unrecognized subscription parameter: "two_phase"
297
297
ALTER SUBSCRIPTION regress_testsub SET (streaming = true);
298
298
\dRs+
299
299
List of subscriptions
300
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
300
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
301
301
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
302
302
regress_testsub | regress_subscription_user | f | {testpub} | f | t | p | f | off | dbname=regress_doesnotexist | 0/0
303
303
(1 row)
@@ -309,7 +309,7 @@ CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUB
309
309
WARNING: tables were not subscribed, you will have to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION to subscribe the tables
310
310
\dRs+
311
311
List of subscriptions
312
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
312
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
313
313
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
314
314
regress_testsub | regress_subscription_user | f | {testpub} | f | t | p | f | off | dbname=regress_doesnotexist | 0/0
315
315
(1 row)
@@ -324,15 +324,15 @@ CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUB
324
324
WARNING: tables were not subscribed, you will have to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION to subscribe the tables
325
325
\dRs+
326
326
List of subscriptions
327
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
327
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
328
328
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
329
329
regress_testsub | regress_subscription_user | f | {testpub} | f | f | d | f | off | dbname=regress_doesnotexist | 0/0
330
330
(1 row)
331
331
332
332
ALTER SUBSCRIPTION regress_testsub SET (disable_on_error = true);
333
333
\dRs+
334
334
List of subscriptions
335
- Name | Owner | Enabled | Publication | Binary | Streaming | Two phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
335
+ Name | Owner | Enabled | Publication | Binary | Streaming | Two- phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
336
336
-----------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------------------+-----------------------------+----------
337
337
regress_testsub | regress_subscription_user | f | {testpub} | f | f | d | t | off | dbname=regress_doesnotexist | 0/0
338
338
(1 row)
0 commit comments