New PHP/PostgreSQL functions
От
Christopher Kings-Lynne
Тема
New PHP/PostgreSQL functions
Дата
Msg-id
4245A5C9.9060009@familyhealth.com.au
Список
Дерево обсуждения
New PHP/PostgreSQL functions Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: New PHP/PostgreSQL functions Martín Marqués <martin@bugs.unl.edu.ar>
Re: New PHP/PostgreSQL functions Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: New PHP/PostgreSQL functions Robert Treat <xzilla@users.sourceforge.net>
Re: New PHP/PostgreSQL functions Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: New PHP/PostgreSQL functions Postgres Admin <postgres@productivitymedia.com>
Re: New PHP/PostgreSQL functions Christopher Kings-Lynne <chriskl@familyhealth.com.au>
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.
Cheers,
Chris
В списке pgsql-php по дате отправления