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

2003-12-11 Thread Andrei Ivanov
I've recompiled without the patch and all is fine now. I'm sorry for waisting your time... On Thu, 11 Dec 2003, Tom Lane wrote: > Andrei Ivanov <[EMAIL PROTECTED]> writes: > > It's an almost clean build (it has > > http://gppl.terminal.ru/hier-Pg7.4-0.3.tar.gz in it)... > > That's your prob

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

2003-12-11 Thread Tom Lane
Andrei Ivanov <[EMAIL PROTECTED]> writes: > It's an almost clean build (it has > http://gppl.terminal.ru/hier-Pg7.4-0.3.tar.gz in it)... That's your problem, then; it makes incompatible changes in stored rules. The patch should have included a catversion.h change to force you to initdb after app

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

2003-12-11 Thread Tom Lane
Andrei Ivanov <[EMAIL PROTECTED]> writes: > On Thu, 11 Dec 2003, Tom Lane wrote: >> Andrei Ivanov <[EMAIL PROTECTED]> 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, >