Re: ecpg 'set' failure using host vars
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.interfaces,gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Michael Meskes <[email protected]> writes: > Without checking the sources it seems as if PQexecParams is not able to handle a parameter in a set command. Can anyone confirm this? The backend only supports parameters in plannable statements, ie SELECT/INSERT/UPDATE/DELETE. (Possibly DECLARE CURSOR, I'm too lazy to check.) regards, tom lane -- Sent via pgsql-interfaces mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-interfaces