php-src/ext/pgsql/tests
2002-11-14 20:30:53 +00:00
..
01createdb.phpt
02connection.phpt
03sync_query.phpt
04async_query.phpt
05large_object.phpt
06copy.phpt
07optional.phpt
08escape.phpt Update tests 2002-04-19 12:24:58 +00:00
09notice.phpt
10pg_convert.phpt Update tests 2002-04-19 12:24:58 +00:00
11pg_meta_data.phpt Rename pg_metadata() to pg_meta_data() to confirm naming standard 2002-10-02 02:11:27 +00:00
12pg_insert.phpt Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
13pg_select.phpt Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
14pg_update.phpt Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
15pg_delete.phpt
16pg_result_status.phpt
17result.phpt Added tests for new functions 2002-10-18 07:52:09 +00:00
18pg_escape_bytea.phpt Added tests for new functions 2002-10-18 07:52:09 +00:00
19pg_ping.phpt Added tests for new functions 2002-10-18 07:52:09 +00:00
20pg_get_pid.phpt Added tests for new functions 2002-10-18 07:52:09 +00:00
21pg_get_notify.phpt Added tests for new functions 2002-10-18 07:52:09 +00:00
80_bug14383.phpt Test for bug #14383 2002-11-14 20:30:53 +00:00
98old_api.phpt
9999dropdb.phpt
async_query.inc
config.inc
connection.inc
copy.inc
createdb.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
dropdb.inc
escape.inc Update tests 2002-04-19 12:24:58 +00:00
informational.inc
large_object.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
notice.inc
old_api.inc
optional.inc
pg_convert.inc
pg_delete.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
pg_escape_bytea.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
pg_get_notify.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
pg_get_pid.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
pg_insert.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
pg_meta_data.inc Rename pg_metadata() to pg_meta_data() to confirm naming standard 2002-10-02 02:11:27 +00:00
pg_ping.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
pg_result_status.inc
pg_select.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
pg_update.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 2002-04-23 03:42:26 +00:00
php.gif
README Added tests for new functions 2002-10-18 07:52:09 +00:00
result.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
skipif.inc
sync_query.inc

Test scripts assume: 
 - PostgreSQL server is installed locally
 - there is a PostgreSQL account for the users running test script 
 - there is database named "test"

For instance, if you login name is 'testuser', you should
have PostgreSQL user account named 'testuser' and have 'test'
database.

If you have account and database, type "createdb test" from
command prompt to create database to execute test scripts.

If you find problems in PostgreSQL module, please mail to
yohgaki@php.net or php-dev@lists.php.net.