php-src/ext/pdo_pgsql
Wez Furlong 2c5b2fc105 Alan: moved your fields away, but reserved you a pointer.
Changed PDO::lastInsertId() to have following proto:

	string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier.  None currently use
it, but pgsql will be on the list of drivers that do.
2005-02-26 17:27:51 +00:00
..
tests - Drop driver name from generic tests and reserve those names for driver 2005-02-24 00:11:16 +00:00
config.m4 symlinked pdo drivers under ext. 2005-02-17 04:23:15 +00:00
config.w32 Fix prototype. 2004-05-20 10:24:17 +00:00
CREDITS Prepare release 2004-05-21 19:09:43 +00:00
package.xml prep for release 2005-02-09 05:04:40 +00:00
pdo_pgsql.c prep for release 2005-02-09 05:04:40 +00:00
pgsql_driver.c Alan: moved your fields away, but reserved you a pointer. 2005-02-26 17:27:51 +00:00
pgsql_statement.c Fixed bug #3478: handling of 64bit return values on 32bit machine 2005-02-15 12:41:24 +00:00
php_pdo_pgsql_int.h Adjust for the new get_col api 2005-02-06 22:48:35 +00:00
php_pdo_pgsql.h PostgreSQL PDO driver. 2004-05-20 02:27:49 +00:00