psql: update "replica identity" display for \d+ Display "replica identity" only for \d plus mode, exclude system schema objects, and display all possible values, not just non-default, non-index ones.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/b69c4e65bea92ef617581365c365d2f43aa9e1fa Modified Files -------------- src/bin/psql/describe.c | 11 ++++++++--- src/test/regress/expected/create_table_like.out | 6 ++++++ src/test/regress/expected/inherit.out | 13 +++++++++++++ src/test/regress/expected/matview.out | 7 +++++++ src/test/regress/expected/replica_identity.out | 1 - src/test/regress/expected/rules.out | 1 + 6 files changed, 35 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
