pgsql: psql: Improve display of "for all tables" publications

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Improve display of "for all tables" publications
Date: 2017-06-15 14:48:25
Message-ID: E1dLW4P-0001VQ-1c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Improve display of "for all tables" publications

Show "All tables" property in \dRp and \dRp+. Don't list tables for
such publications in \dRp+, since it's redundant and the list could be
very long.

Author: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Author: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/915379c3c2613f2b24d4e9c6fa79a43e7c6a86ec

Modified Files
--------------
src/bin/psql/describe.c | 62 +++++++++++------------
src/test/regress/expected/publication.out | 83 +++++++++++++++++--------------
src/test/regress/sql/publication.sql | 1 +
3 files changed, 75 insertions(+), 71 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-06-15 15:48:30 pgsql: Rename function for consistency
Previous Message Robert Haas 2017-06-15 14:47:54 Re: pgsql: Fix problems related to RangeTblEntry members enrname and enrtup