Re: 9.5 BLOCKER: regrole and regnamespace and quotes
От | Jim Nasby |
---|---|
Тема | Re: 9.5 BLOCKER: regrole and regnamespace and quotes |
Дата | |
Msg-id | 5689F310.1000501@BlueTreble.com обсуждение исходный текст |
Ответ на | Re: 9.5 BLOCKER: regrole and regnamespace and quotes (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: 9.5 BLOCKER: regrole and regnamespace and quotes
Re: 9.5 BLOCKER: regrole and regnamespace and quotes Re: 9.5 BLOCKER: regrole and regnamespace and quotes |
Список | pgsql-hackers |
On 1/3/16 9:43 PM, Tom Lane wrote: > Jim Nasby <Jim.Nasby@bluetreble.com> writes: >> On 1/3/16 9:23 PM, Tom Lane wrote: >> Another potential problem for regnamespace is that it doesn't allow an >> entry for the catalog. I'm not sure what the spec says about that, but >> every other function allows dbname.schema.blah (dbname == catalog). > > Meh, these types conform to no spec, so we can make them do what we > like. I see about zero reason to allow a catalog name, it would mostly > just confuse people. Ok. Not like CREATE SCHEMA allows that anyway. >> I started working on a fix, but it's currently blowing up in bootstrap >> and I haven't been able to figure out why yet: >> running bootstrap script ... FATAL: improper qualified name (too many >> dotted names): oid_ops > > Recommendation: don't muck with DeconstructQualifiedName. That is called > in too many places and we are *not* touching any such API twenty-four > hours before release wrap. Yeah, looks like that's what was blowing up. > There's no real advantage to that anyway, compared with just doing > stringToQualifiedNameList and then complaining if its list_length isn't 1. What I went with. Now to figure out why this is happening... SELECT regnamespace('pg_catalog'); ! ERROR: schema "Y" does not exist ! LINE 1: SELECT regnamespace('pg_catalog'); ! -- Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX Experts in Analytics, Data Architecture and PostgreSQL Data in Trouble? Get it in Treble! http://BlueTreble.com
Вложения
В списке pgsql-hackers по дате отправления: