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: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: Federico <cfederico87@gmail.com>, pgsql-docs@lists.postgresql.org
Date: 2021-05-05T15:28:31Z
Lists: pgsql-bugs, pgsql-docs
Laurenz Albe <laurenz.albe@cybertec.at> writes: > On Tue, 2021-05-04 at 19:18 -0400, Tom Lane wrote: >> So what I was remembering was some text in the section about sequence >> functions. That probably seemed appropriate when they were the only >> real use of regclass; but these days we have regclass-accepting functions >> all over, not to mention other OID alias types. I propose the attached >> patch to move this info into the "Object Identifier Types" section. > That patch looks good to me. > I think it is an improvement to have that discussed under "data types". Pushed, thanks for reviewing. regards, tom lane
Commits
-
Doc: improve and centralize the documentation for OID alias types.
- f33a178a3480 14.0 landed