pgsql: psql: conditionally display oids and replication identity

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: conditionally display oids and replication identity
Date: 2014-04-15 17:29:00
Message-ID: E1Wa7AK-0004Ws-4V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-15 18:32:53 Re: pgsql: psql: conditionally display oids and replication identity
Previous Message Peter Eisentraut 2014-04-15 05:02:13 pgsql: vacuumdb: Add option --analyze-in-stages

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-15 17:31:39 Re: psql \d+ and oid display
Previous Message Merlin Moncure 2014-04-15 16:30:40 Re: Clock sweep not caching enough B-Tree leaf pages?