Re: Support for prepared queries

jleelim [at] xxxxxx.com wrote:
> Hi,
>
> Does anyone know if PHP supports prepared queries for PostgreSQL 7.3.x ? If
> not, when will prepared queries be supported?

Yes, in the sense that you can send PREPARE and EXECUTE statements to the
server using PHP's pg_query(). They work like any other SQL statements; PHP
doesn't do anything special for them. If you're asking about the
low-level prepared query protocol used by libpq's PQexecPrepared(), that
doesn't exist until PostgreSQL-7.4, so the answer is no.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
ljb [ Mi, 22 Oktober 2003 02:58 ] [ ID #141436 ]
Datenbanken » gmane.comp.db.postgresql.php » Re: Support for prepared queries

Vorheriges Thema: array fields in the database and their handling with php4
Nächstes Thema: newlines won't display in browser