Re: psql \d+ and oid display - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql \d+ and oid display
Date
Msg-id 10492.1397174335@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql \d+ and oid display  (Bruce Momjian <bruce@momjian.us>)
Responses Re: psql \d+ and oid display
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> It also has changed the OID status to only display if it exists.  One
> question that came up with Robert is whether OID status should appear
> for \d as well, now that is only shows up when present.

Yeah, I was wondering about that too.  If part of the argument here is
to make these two displays act more alike, it seems inconsistent that
one is emitted by \d while the other only comes out with \d+.

Of course, there are two ways to fix that: maybe the replica info
also only belongs in \d+?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql \d+ and oid display
Next
From: Bruce Momjian
Date:
Subject: Re: psql \d+ and oid display