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
09notice.phpt
10pg_convert.phpt
11pg_meta_data.phpt
12pg_insert.phpt
13pg_select.phpt
14pg_update.phpt
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
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
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
pg_meta_data.inc
pg_ping.inc Added tests for new functions 2002-10-18 07:52:09 +00:00
pg_result_status.inc
pg_select.inc
pg_update.inc
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.