1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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.
This commit is contained in:
Bruce Momjian
2014-03-29 19:00:11 -04:00
parent 62215de292
commit 9d66116444
7 changed files with 7 additions and 34 deletions

View File

@ -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