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 22:09:12 |
Message-ID: | 15776.1071180552@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:
> On Thu, 11 Dec 2003, Tom Lane wrote:
>> 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;
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Rick Gigger | 2003-12-11 22:17:33 | Re: add column sillyness |
Previous Message | Tom Lane | 2003-12-11 21:51:28 | Re: make error Mac OS X (ar: illegal option -- s) |