Re: Cleanup/remove/update references to OID column

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Michael Paquier <michael@paquier.xyz>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Daniel Verite <daniel@manitou-mail.org>, pgsql-hackers@lists.postgresql.org
Date: 2019-04-11T15:39:42Z
Lists: pgsql-hackers
Hi,

On 2019-04-11 13:26:38 +0900, Michael Paquier wrote:
> On Wed, Apr 10, 2019 at 11:59:18AM -0500, Justin Pryzby wrote:
> > I found and included fixes for a few more references:
> > 
> >  doc/src/sgml/catalogs.sgml           | 2 +-
> >  doc/src/sgml/ddl.sgml                | 3 +--
> >  doc/src/sgml/information_schema.sgml | 4 ++--
> >  doc/src/sgml/ref/create_trigger.sgml | 2 +-
> >  doc/src/sgml/spi.sgml                | 2 +-
> 
> Open Item++.

> Andres, as this is a consequence of 578b229, could you look at what is
> proposed here?

Yes, I was planning to commit that soon-ish. There still seemed
review / newer versions happening, though, so I was thinking of waiting
for a bit longer.

- Andres



Commits

  1. Doc: remove obsolete description of oid column as being "hidden".

  2. docs: Fix small copy & paste mistake.

  3. pg_dump: Remove stray option parsing support for -o.

  4. docs: cleanup/remove/update references to OID column.

  5. Adjust some more comments for WITH OIDS removal.

  6. Doc: remove obsolete statements about system OID columns in ALTER TABLE.