psql: conditionally display oids and replication identity

Bruce Momjian <bruce@momjian.us>

Commit: 4168c00a5d9c0c0c17cdfc902587b6d22ea1720f
Author: Bruce Momjian <bruce@momjian.us>
Date: 2014-04-15T17:28:54Z
Releases: 9.4.0
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.

Files