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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrei Ivanov <andrei(dot)ivanov(at)ines(dot)ro>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: did not find '}' at end of input node (again)
Date: 2003-12-11 15:56:03
Message-ID: 13653.1071158163@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andrei Ivanov <andrei(dot)ivanov(at)ines(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rod K 2003-12-11 16:00:29 Re: Should we consider empty fields as NULL values when dealing with string columns ?
Previous Message Shridhar Daithankar 2003-12-11 15:50:33 Re: add column sillyness