Re: ERROR: nodeRead: did not find '}' [x2] - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: nodeRead: did not find '}' [x2]
Date
Msg-id 6734.1069362251@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: nodeRead: did not find '}' [x2]  (Andrei Ivanov <andrei.ivanov@ines.ro>)
Responses Re: ERROR: nodeRead: did not find '}' [x2]  (Andrei Ivanov <andrei.ivanov@ines.ro>)
List pgsql-general
Andrei Ivanov <andrei.ivanov@ines.ro> writes:
> I've reinstalled postgres, but the same errors happen.
> I've tried connection to more databases, but the error show everytime.

Hm, that's very odd.  Could we see the results of

  select * from pg_rewrite where ev_class = 'pg_user'::regclass;
and
  select pg_get_viewdef('pg_user'::regclass);

You'll probably need to do a "rollback" to get psql out of its
transaction-aborted state after startup, but then I'd expect the
first of these to work.  The second will likely fail, but we should
confirm that ...

            regards, tom lane

pgsql-general by date:

Previous
From: fred@redhotpenguin.com
Date:
Subject: Re: performance problem
Next
From: Alvaro Herrera Munoz
Date:
Subject: Re: performance problem