Re: ERROR: did not find '}' at end of input node (again)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: did not find '}' at end of input node (again)
Дата
Msg-id 15776.1071180552@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: did not find '}' at end of input node (again)  (Andrei Ivanov <andrei.ivanov@ines.ro>)
Список pgsql-general
Andrei Ivanov <andrei.ivanov@ines.ro> writes:
> On Thu, 11 Dec 2003, Tom Lane wrote:
>> Andrei Ivanov <andrei.ivanov@ines.ro> writes:
>>> template1=# select usename from pg_user;
>>> ERROR:  did not find '}' at end of input node
>>
>> There's something wrong with the ON SELECT rule for the pg_user view,
>> evidently.  Could we see the output of
>>
>> select * from pg_rewrite where ev_class = 16683;

> The ouput is attached...

Well, that's interesting, because it's no different from what I get.
So it seems the fault is not in your database but in the rule-reading
routines.  Are you sure you have a clean build of PG 7.4?  I'm wondering
about having a slightly out-of-sync version that's expecting slightly
different contents of the rule structures.  We make such changes
regularly, but they're supposed to go along with catversion.h changes
that prevent you from running the wrong server version against a
database ...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: make error Mac OS X (ar: illegal option -- s)
Следующее
От: "Rick Gigger"
Дата:
Сообщение: Re: add column sillyness