pgsql: Include publication owner's name in the output of \dRp+.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include publication owner's name in the output of \dRp+.
Date: 2017-07-28 21:44:53
Message-ID: E1dbD41-0003Ki-Kq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include publication owner's name in the output of \dRp+.

Without this, \dRp prints information that \dRp+ does not, which
seems pretty odd.

Daniel Gustafsson

Discussion: https://postgr.es/m/3641F19B-336A-431A-86CE-A80562505C5E@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9dea962b3ef48f6e96172653b7cf80cb5f53e6b6

Modified Files
--------------
src/bin/psql/describe.c | 11 ++++---
src/test/regress/expected/publication.out | 48 +++++++++++++++----------------
2 files changed, 31 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-07-30 23:46:03 pgsql: Move ExecProcNode from dispatch to function pointer based model.
Previous Message Tom Lane 2017-07-28 18:25:44 pgsql: PL/Perl portability fix: absorb relevant -D switches from Perl.