Re: BUG #16991: regclass is not case sensitive causing "relation does not exist" error
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Federico <cfederico87@gmail.com>
Cc: "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2021-05-04T14:34:52Z
Lists: pgsql-bugs, pgsql-docs
Federico <cfederico87@gmail.com> writes: > I did not come across that documented behavior while searching for regclass > in the pg docs. The most relevant page I was able to find was the Object > Identifier Types page that does not mention it. > I’ll look into proposing a change in that docs page to mention it, if > that’s the appropriate location for it. Hmm ... I *thought* it was documented, but perhaps not. If not, it's likely that the other reg* types are likewise underdocumented. regards, tom lane
Commits
-
Doc: improve and centralize the documentation for OID alias types.
- f33a178a3480 14.0 landed