Re: Bug Report -- information schema view is broken 'unrecognized privilege type: "RERERENCES"'

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-general(at)postgresql(dot)org
Subject: Re: Bug Report -- information schema view is broken 'unrecognized privilege type: "RERERENCES"'
Date: 2004-06-04 07:04:16
Message-ID: 87y8n3249b.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

> Greg Stark <gsstark(at)mit(dot)edu> writes:
> > ... I'm actually still using 7.4 beta 5.
>
> Naughty naughty.

Yeah, actually I didn't realize I was behind. I think I was behind because
Debian wanted to update perl in order to upgrade the perl pg driver and...

> > db=> select table_name from information_schema.tables;
> > ERROR: unrecognized privilege type: "RERERENCES"
>
> Works for me in REL7_4 CVS tip. You could dig in the committers
> archives or release notes to see when it was fixed.

Anyways, I just updated and it's gone, but since I had already fixed the view
definition before upgrading that doesn't really prove anything.

7.4.1 does say:

* Fix information schema view constraint_column_usage for foreign
keys (Peter)

Which I presume covered this.

--
greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Manfred Koizar 2004-06-04 07:15:26 Re: Bug Report -- information schema view is broken 'unrecognized privilege type: "RERERENCES"'
Previous Message Tom Lane 2004-06-04 06:45:32 Re: Bug Report -- information schema view is broken 'unrecognized privilege type: "RERERENCES"'