php-src/ext/pgsql/tests
2003-05-20 00:14:46 +00:00
..
01createdb.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
02connection.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
03sync_query.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
04async_query.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
05large_object.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
06copy.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
07optional.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
08escape.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
09notice.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
10pg_convert.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
11pg_meta_data.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
12pg_insert.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
13pg_select.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
14pg_update.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
15pg_delete.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
16pg_result_status.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
17result.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
18pg_escape_bytea.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
19pg_ping.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
20pg_get_pid.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
21pg_get_notify.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
80_bug14383.phpt Test for bug #14383 2002-11-14 20:30:53 +00:00
98old_api.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
9999dropdb.phpt Reorganized tests 2003-05-20 00:14:46 +00:00
config.inc Add bytea field to test table. 2002-04-05 06:06:21 +00:00
php.gif Add real pg_escape_bytea() test. 2002-04-05 06:05:28 +00:00
README Added tests for new functions 2002-10-18 07:52:09 +00:00
skipif.inc Use database named test for testing 2001-12-17 02:09:07 +00:00

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.