Re: Cleanup/remove/update references to OID column
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Andres Freund <andres@anarazel.de>,
Daniel Verite <daniel@manitou-mail.org>,
pgsql-hackers@lists.postgresql.org
Date: 2019-07-01T16:13:11Z
Lists: pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> writes:
> I'm resending this patch, which still seems to be needed.
Yeah, clearly one copy of that text got missed out. Pushed that.
> Also, should this be removed ? Or at leat remove the parenthesized text, since
> non-system tables no longer have OIDs: "(use to avoid output on system tables)"
No, I think that's still fine as-is. Tables still have OIDs, they
just don't *contain* magic OID columns.
> And maybe this (?)
> trace_lock_table (integer)
Hm, the description of that isn't English, at least:
gettext_noop("Sets the OID of the table with unconditionally lock tracing."),
I'm not entirely sure about the point of tracing locks on just one
table, which seems to be what this is for.
regards, tom lane
Commits
-
Doc: remove obsolete description of oid column as being "hidden".
- 145b18688c04 12.0 landed
-
docs: Fix small copy & paste mistake.
- b06a354e381d 12.0 landed
-
pg_dump: Remove stray option parsing support for -o.
- 4d0183592764 12.0 landed
-
docs: cleanup/remove/update references to OID column.
- f6b39171f3d6 12.0 landed
-
Adjust some more comments for WITH OIDS removal.
- 93507e67c9ca 12.0 cited
-
Doc: remove obsolete statements about system OID columns in ALTER TABLE.
- 1464755fc490 12.0 cited