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
18pg_escape_bytea.phpt
19pg_ping.phpt
20pg_get_pid.phpt
21pg_get_notify.phpt
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
dropdb.inc
escape.inc
informational.inc
large_object.inc
notice.inc
old_api.inc
optional.inc
pg_convert.inc
pg_delete.inc
pg_escape_bytea.inc
pg_get_notify.inc
pg_get_pid.inc
pg_insert.inc
pg_meta_data.inc
pg_ping.inc
pg_result_status.inc
pg_select.inc
pg_update.inc
php.gif
README
result.inc
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.