mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
psql: conditionally display oids and replication identity
In psql \d+, display oids only when they exist, and display replication identity only when it is non-default. Also document the defaults for replication identity for system and non-system tables. Update regression output.
This commit is contained in:
@@ -951,7 +951,9 @@ testdb=>
|
||||
The command form <literal>\d+</literal> is identical, except that
|
||||
more information is displayed: any comments associated with the
|
||||
columns of the table are shown, as is the presence of OIDs in the
|
||||
table, the view definition if the relation is a view.
|
||||
table, the view definition if the relation is a view, a non-default
|
||||
<link linkend="SQL-CREATETABLE-REPLICA-IDENTITY">replica
|
||||
identity</link> setting.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user