Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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
Date: 2003-11-08 22:24:36
Message-ID: 20031108182335.F54672@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Sat, 8 Nov 2003, Tom Lane wrote:

> <bvctravel(at)yahoo(dot)com> writes:
> > select * from information_schema.tables;
> > ERROR: unrecognized privilege type: "RERERENCES"
>
> > Replacing the word "RERERENCES" with "REFERENCES" in
> > the predicate "has_table_privilege(c.oid,
> > 'RERERENCES'::text)" near the end of the view SQL
> > seems to correct the problem.
>
> Good catch. There are two other places with the same typo :-( (all
> copied and pasted no doubt).
>
> 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?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-11-08 22:59:18 Re: [HACKERS] postgresql-7.4RC1 - unrecognized privilege type when selecting from information_schema.tables
Previous Message Scott Goodwin 2003-11-08 22:08:03 Re: PostgreSQL 7.4RC1 crashes on Panther

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-11-08 22:43:04 Re: bugzilla (Was: What do you want me to do?)
Previous Message sgupta5 2003-11-08 22:15:59 regarding constant values.