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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] postgresql-7.4RC1 - unrecognized privilege type when selecting from information_schema.tables
Дата
Msg-id 14377.1068324375@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [BUGS] postgresql-7.4RC1 - unrecognized privilege type
Re: [BUGS] postgresql-7.4RC1 - unrecognized privilege type
Список pgsql-hackers
<bvctravel@yahoo.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?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Making PostgreSQL 7.4 (CVS) work properly on OS X 10.3 (7B85)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] postgresql-7.4RC1 - unrecognized privilege type