pgsql: psql: update "replica identity" display for \d+ - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: psql: update "replica identity" display for \d+
Date
Msg-id E1WSpWC-0004H0-SP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql:  update "replica identity" display for \d+

Display "replica identity" only for \d plus mode, exclude system schema
objects, and display all possible values, not just non-default,
non-index ones.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b69c4e65bea92ef617581365c365d2f43aa9e1fa

Modified Files
--------------
src/bin/psql/describe.c                         |   11 ++++++++---
src/test/regress/expected/create_table_like.out |    6 ++++++
src/test/regress/expected/inherit.out           |   13 +++++++++++++
src/test/regress/expected/matview.out           |    7 +++++++
src/test/regress/expected/replica_identity.out  |    1 -
src/test/regress/expected/rules.out             |    1 +
6 files changed, 35 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add -f/--follow option to pg_xlogdump.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Pass more than the first XLogRecData entry to rm_desc, with WAL_