"Vladimir Kokovic" <[EMAIL PROTECTED]> writes:
> I don't know if this is known bug, but look in my PostgreSQL log file:

> 2008-02-07 17:05:18 CET asoft vlada LOG:  00000: execute <unnamed>: CREATE
> SCHEMA asoft

I suppose you're submitting these commands via PQexecParams or something
else that uses new-style protocol?

> 2008-02-07 17:05:18 CET asoft vlada ERROR:  XX000: unrecognized node type:
> 1718580065
> 2008-02-07 17:05:18 CET asoft vlada LOCATION:  copyObject, copyfuncs.c:3573
> 2008-02-07 17:05:18 CET asoft vlada STATEMENT:  ALTER SCHEMA asoft OWNER TO
> postgres

Good catch ... this has actually been broken since 8.0, but it was
harder to trigger before.  Patch applied.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to