psql: Improve display of "for all tables" publications
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +29 −33 |
| src/test/regress/expected/publication.out | modified | +45 −38 |
| src/test/regress/sql/publication.sql | modified | +1 −0 |