pgsql: psql: conditionally display oids and replication identity - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: psql: conditionally display oids and replication identity
Date
Msg-id E1Wa7AK-0004Ws-4V@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: psql: conditionally display oids and replication identity  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4168c00a5d9c0c0c17cdfc902587b6d22ea1720f

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml               |    4 +++-
doc/src/sgml/ref/psql-ref.sgml                  |    4 +++-
src/bin/psql/describe.c                         |   17 ++++++-----------
src/test/regress/expected/create_table_like.out |    6 ------
src/test/regress/expected/foreign_data.out      |    2 --
src/test/regress/expected/inherit.out           |   13 -------------
src/test/regress/expected/replica_identity.out  |   16 ++++++++--------
src/test/regress/expected/rules.out             |    1 -
src/test/regress/sql/replica_identity.sql       |    2 +-
9 files changed, 21 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: vacuumdb: Add option --analyze-in-stages
Next
From: Tom Lane
Date:
Subject: Re: pgsql: psql: conditionally display oids and replication identity