Re: New PHP/PostgreSQL functions

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Lista PG-PHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: New PHP/PostgreSQL functions
Date: 2005-03-29 02:19:40
Message-ID: 200503282119.40112.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Saturday 26 March 2005 13:11, Christopher Kings-Lynne wrote:
> Hey guys,
>
> Check this out:
>
> http://www.php.net/manual/en/ref.pgsql.php
>
> Note all v3 protocol functions are in for PHP 5.1, like
>
> . pg_transaction_status() - in-transaction status of a database
> connection.
> . pg_query_params() - execution of parameterized queries.
> . pg_prepare() - prepare named queries.
> . pg_execute() - execution of named prepared queries.
> . pg_send_query_params() - async equivalent of pg_query_params().
> . pg_send_prepare() - async equivalent of pg_prepare().
> . pg_send_execute() - async equivalent of pg_execute().
> . pg_result_error_field() - highly detailed error information,
> most importantly the SQLSTATE error code.
> . pg_set_error_verbosity() - set verbosity of errors.
>

Thanks much for your work on this Chris. One thing I was wondering is if you
changed any of the existing functions due to differences in the v3 protocol?

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-03-29 03:26:13 Re: New PHP/PostgreSQL functions
Previous Message Christopher Kings-Lynne 2005-03-28 14:03:18 Re: New PHP/PostgreSQL functions