RE: BUG #16991: regclass is not case sensitive causing "relation does not exist" error
Federico <cfederico87@gmail.com>
From: Federico <cfederico87@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2021-05-04T14:29:32Z
Lists: pgsql-bugs, pgsql-docs
Thanks for the reply. Taking into consideration the schema as in your solution does indeed explain the current behavior and it makes sense. 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. Thanks Federico Caselli
Commits
-
Doc: improve and centralize the documentation for OID alias types.
- f33a178a3480 14.0 landed