]> granicus.if.org Git - postgresql/commit
psql: conditionally display oids and replication identity
authorBruce Momjian <bruce@momjian.us>
Tue, 15 Apr 2014 17:28:54 +0000 (13:28 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 Apr 2014 17:28:54 +0000 (13:28 -0400)
commit4168c00a5d9c0c0c17cdfc902587b6d22ea1720f
tree35a2de6d3fb312ed3d04f53cba4f2df9107f8121
parentc92c3d50d7fbe7391b5fc864b444346b2db29ffe
psql: conditionally display oids and replication identity

In psql \d+, display oids only when they exist, and display replication
identity only when it is non-default.  Also document the defaults for
replication identity for system and non-system tables.  Update
regression output.
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c
src/test/regress/expected/create_table_like.out
src/test/regress/expected/foreign_data.out
src/test/regress/expected/inherit.out
src/test/regress/expected/replica_identity.out
src/test/regress/expected/rules.out
src/test/regress/sql/replica_identity.sql