summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-03-29 19:00:11 -0400
committerBruce Momjian <bruce@momjian.us>2014-03-29 19:00:11 -0400
commit9d66116444b9763bc09defb688fb09343420e040 (patch)
treeb9cdb1a3f7417ea132d33da4a30d79589559ed9c /contrib/test_decoding
parent62215de2925705bc607635e45ff800364456b1a1 (diff)
psql: display "Replica Identity" only for FULL and NOTHING
INDEX is already displayed on the index, and we now exclude pg_catalog. DEFAULT is not displayed.
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r--contrib/test_decoding/expected/ddl.out4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/test_decoding/expected/ddl.out b/contrib/test_decoding/expected/ddl.out
index 3369f2771d3..5d784cf1e20 100644
--- a/contrib/test_decoding/expected/ddl.out
+++ b/contrib/test_decoding/expected/ddl.out
@@ -345,7 +345,6 @@ WITH (user_catalog_table = true)
options | text[] | | extended | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Replica Identity: DEFAULT
Has OIDs: no
Options: user_catalog_table=true
@@ -361,7 +360,6 @@ ALTER TABLE replication_metadata RESET (user_catalog_table);
options | text[] | | extended | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Replica Identity: DEFAULT
Has OIDs: no
INSERT INTO replication_metadata(relation, options)
@@ -376,7 +374,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = true);
options | text[] | | extended | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Replica Identity: DEFAULT
Has OIDs: no
Options: user_catalog_table=true
@@ -397,7 +394,6 @@ ALTER TABLE replication_metadata SET (user_catalog_table = false);
rewritemeornot | integer | | plain | |
Indexes:
"replication_metadata_pkey" PRIMARY KEY, btree (id)
-Replica Identity: DEFAULT
Has OIDs: no
Options: user_catalog_table=false