Re: ERROR: did not find '}' at end of input node (again) - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: did not find '}' at end of input node (again)
Date
Msg-id 13653.1071158163@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: did not find '}' at end of input node (again)  (Andrei Ivanov <andrei.ivanov@ines.ro>)
Responses Schema + search path problem  ("John Sidney-Woollett" <johnsw@wardbrook.com>)
Re: ERROR: did not find '}' at end of input node (again)  (Andrei Ivanov <andrei.ivanov@ines.ro>)
List 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 by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: add column sillyness
Next
From: "Rod K"
Date:
Subject: Re: Should we consider empty fields as NULL values when dealing with string columns ?