pgsql: psql: display "Replica Identity" only for FULL and NOTHING

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: display "Replica Identity" only for FULL and NOTHING
Date: 2014-03-29 23:00:17
Message-ID: E1WU2Eb-0001jJ-LD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: display "Replica Identity" only for FULL and NOTHING

INDEX is already displayed on the index, and we now exclude pg_catalog.
DEFAULT is not displayed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d66116444b9763bc09defb688fb09343420e040

Modified Files
--------------
contrib/test_decoding/expected/ddl.out | 4 ----
src/bin/psql/describe.c | 9 ++++++---
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 -
7 files changed, 7 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-03-30 22:35:02 pgsql: Use separate output dirs for test_decoding's two runs.
Previous Message Noah Misch 2014-03-29 22:29:34 Re: pgsql: Revert "Secure Unix-domain sockets of "make check" temporary clu