psql: conditionally display oids and replication identity
Bruce Momjian <bruce@momjian.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +3 −1 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +3 −1 |
| src/bin/psql/describe.c | modified | +6 −11 |
| src/test/regress/expected/create_table_like.out | modified | +0 −6 |
| src/test/regress/expected/foreign_data.out | modified | +0 −2 |
| src/test/regress/expected/inherit.out | modified | +0 −13 |
| src/test/regress/expected/replica_identity.out | modified | +8 −8 |
| src/test/regress/expected/rules.out | modified | +0 −1 |
| src/test/regress/sql/replica_identity.sql | modified | +1 −1 |