php-src/ext/pgsql/tests
2007-05-07 17:23:53 +00:00
..
01createdb.phpt - Apply workaround for test until someone fixes the issue (which is unrelated to pg_*()) 2005-10-09 16:05:01 +00:00
02connection.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 2005-03-23 03:24:41 +00:00
03sync_query.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 2005-03-23 03:24:41 +00:00
04async_query.phpt
05large_object.phpt
06copy.phpt Tweak some #if's to be more orthogonal. 2005-03-22 08:51:23 +00:00
07optional.phpt Tweak some #if's to be more orthogonal. 2005-03-22 08:51:23 +00:00
08escape.phpt (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. 2005-03-25 06:26:31 +00:00
09notice.phpt - Fix tests 2005-12-31 17:42:27 +00:00
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
22pg_fetch_object.phpt Keep BC of pg_fetch_object 2004-03-15 20:16:59 +00:00
23sync_query_params.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 2005-03-23 03:24:41 +00:00
24sync_query_prepared.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 2005-03-23 03:24:41 +00:00
25async_query_params.phpt (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. 2005-03-25 06:26:31 +00:00
26async_query_prepared.phpt - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 2005-03-23 03:24:41 +00:00
80_bug14383.phpt fix test names 2007-05-07 17:23:53 +00:00
80_bug24499.phpt fix test names 2007-05-07 17:23:53 +00:00
80_bug27597.phpt fix test names 2007-05-07 17:23:53 +00:00
80_bug32223.phpt - Fix tests 2005-12-31 17:42:27 +00:00
80_bug32223b.phpt - Fix tests 2005-12-31 17:42:27 +00:00
80_bug36625.phpt - Fixed #36625 pg_trace() does not work 2006-03-06 20:16:34 +00:00
98old_api.phpt
9999dropdb.phpt
config.inc
php.gif
README
skipif.inc

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

For instance, if your login name is 'testuser', you should have PostgreSQL 
user account named 'testuser' and grant that user access to the database 
'test'.

If you have account and database, type "createdb test" from command prompt 
to create the database to execute the test scripts. By executing the above 
command as the same user running the tests you ensure that the user is 
granted access to the database.

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