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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Include publication owner's name in the output of \dRp+.
Дата
Msg-id E1dbD41-0003Ki-Kq@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: PL/Perl portability fix: absorb relevant -D switches from Perl.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Move ExecProcNode from dispatch to function pointer basedmodel.