Re: Still unclear about PQexecParams and "create view"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Phil Endecott" <spam_from_postgresql_general(at)chezphil(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Still unclear about PQexecParams and "create view"
Date: 2007-02-13 02:52:28
Message-ID: 19876.1171335148@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Phil Endecott" <spam_from_postgresql_general(at)chezphil(dot)org> writes:
> - Can anyone offer a list of which commands are compatible with
> PQexecParams and which aren't?

Plannable queries can take parameters: SELECT/INSERT/UPDATE/DELETE.
Utility commands (which is everything else) don't do any expression
evaluation and thus can't deal with parameters.

> - Is this likely to change any time soon?

No.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Harding 2007-02-13 03:38:29 Timestamp/Timezone - does this make sense?
Previous Message Tom Lane 2007-02-13 02:48:07 Re: getting postgres to emulate mysql/sqlserver bit datatype