File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
contrib/test_decoding/expected Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ WITH (user_catalog_table = true)
345345 options | text[] | | extended | |
346346Indexes:
347347 "replication_metadata_pkey" PRIMARY KEY, btree (id)
348+ Replica Identity: DEFAULT
348349Has OIDs: no
349350Options: user_catalog_table=true
350351
@@ -360,6 +361,7 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
360361 options | text[] | | extended | |
361362Indexes:
362363 "replication_metadata_pkey" PRIMARY KEY, btree (id)
364+ Replica Identity: DEFAULT
363365Has OIDs: no
364366
365367INSERT INTO replication_metadata(relation, options)
@@ -374,6 +376,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
374376 options | text[] | | extended | |
375377Indexes:
376378 "replication_metadata_pkey" PRIMARY KEY, btree (id)
379+ Replica Identity: DEFAULT
377380Has OIDs: no
378381Options: user_catalog_table=true
379382
@@ -394,6 +397,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
394397 rewritemeornot | integer | | plain | |
395398Indexes:
396399 "replication_metadata_pkey" PRIMARY KEY, btree (id)
400+ Replica Identity: DEFAULT
397401Has OIDs: no
398402Options: user_catalog_table=false
399403
You can’t perform that action at this time.
0 commit comments