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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user