]> granicus.if.org Git - postgresql/commit
psql: Improve display of "for all tables" publications
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Jun 2017 14:46:41 +0000 (10:46 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Jun 2017 14:46:41 +0000 (10:46 -0400)
commit915379c3c2613f2b24d4e9c6fa79a43e7c6a86ec
tree46c3ce162a878cdd61fb3c4154f5f278affa17e5
parent6c6a1149b5662f685ddbb0c6dc83eb110992044a
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.mshk@gmail.com>
Author: Jeff Janes <jeff.janes@gmail.com>
src/bin/psql/describe.c
src/test/regress/expected/publication.out
src/test/regress/sql/publication.sql