Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type when selecting from information_schema.tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: bvctravel(at)yahoo(dot)com, pgsql-bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type when selecting from information_schema.tables
Date: 2003-11-08 22:59:18
Message-ID: 15281.1068332358@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> On Sat, 8 Nov 2003, Tom Lane wrote:
>> I've applied the patch but am loathe to force an initdb this late in
>> the beta cycle. Any opinions out there?

> Annoying as a spelling mistake is (and, from my read of the above, that is
> all it is?), I don't thnk it warrants forcing an initdb ... unless I'm
> missing a larger scope?

The problem is that the spelling mistake causes the view to fail in the
right circumstances. I believe you need to be a non-superuser and to do
"select * from information_schema.tables" when there is at least one
table that you don't own and have no privileges for. That's not a very
unusual set of circumstances, so it verges on saying that that view is
unusable without the fix. information_schema.views and
information_schema.columns have the identical problem.

We do not *have* to force initdb --- any adopters of beta5 or RC1 who
run into this problem can be told to recreate those views with the
corrected definitions. A quick "CREATE OR REPLACE VIEW" as superuser
ought to do it. So it's just an issue of cleanliness of the release.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2003-11-08 23:15:21 Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type
Previous Message Marc G. Fournier 2003-11-08 22:24:36 Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-11-08 23:15:21 Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type
Previous Message Andrew Dunstan 2003-11-08 22:43:04 Re: bugzilla (Was: What do you want me to do?)