Re: Support for prepared queries

From: ljb <ljb220(at)mindspring(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Support for prepared queries
Date: 2003-10-22 00:58:50
Message-ID: bn4ko9$g38$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

jleelim(at)xxxxxx(dot)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.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Robby Russell 2003-10-24 18:02:08 Re: Support for prepared queries
Previous Message Stephen 2003-10-21 05:58:24 Support for prepared queries