File tree 1 file changed +4
-0
lines changed
contrib/test_decoding/expected
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)
345
345
options | text[] | | extended | |
346
346
Indexes:
347
347
"replication_metadata_pkey" PRIMARY KEY, btree (id)
348
+ Replica Identity: DEFAULT
348
349
Has OIDs: no
349
350
Options: user_catalog_table=true
350
351
@@ -360,6 +361,7 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
360
361
options | text[] | | extended | |
361
362
Indexes:
362
363
"replication_metadata_pkey" PRIMARY KEY, btree (id)
364
+ Replica Identity: DEFAULT
363
365
Has OIDs: no
364
366
365
367
INSERT INTO replication_metadata(relation, options)
@@ -374,6 +376,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
374
376
options | text[] | | extended | |
375
377
Indexes:
376
378
"replication_metadata_pkey" PRIMARY KEY, btree (id)
379
+ Replica Identity: DEFAULT
377
380
Has OIDs: no
378
381
Options: user_catalog_table=true
379
382
@@ -394,6 +397,7 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
394
397
rewritemeornot | integer | | plain | |
395
398
Indexes:
396
399
"replication_metadata_pkey" PRIMARY KEY, btree (id)
400
+ Replica Identity: DEFAULT
397
401
Has OIDs: no
398
402
Options: user_catalog_table=false
399
403
You can’t perform that action at this time.
0 commit comments