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 13653.1071158163@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: did not find '}' at end of input node (again)  (Andrei Ivanov <andrei.ivanov@ines.ro>)
Ответы Schema + search path problem
Re: ERROR: did not find '}' at end of input node (again)
Список pgsql-general
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;

            regards, tom lane

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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: add column sillyness
Следующее
От: "Rod K"
Дата:
Сообщение: Re: Should we consider empty fields as NULL values when dealing with string columns ?