php-src/ext/pgsql/tests
Matteo Beccati 07d93817c9 - Updated ext/pgsql tests to work w/ PostgreSQL 8.5
# tested w/ 8.5alpha3
2009-12-25 20:56:00 +00:00
..
01createdb.phpt
02connection.phpt
03sync_query.phpt
04async_query.phpt
05large_object.phpt
06copy.phpt
07optional.phpt
08escape_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
08escape.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
09notice.phpt
10pg_convert_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
10pg_convert.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
11pg_meta_data.phpt
12pg_insert_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
12pg_insert.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
13pg_select_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
13pg_select.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
14pg_update_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
14pg_update.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
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
23sync_query_params.phpt
24sync_query_prepared.phpt
25async_query_params.phpt
26async_query_prepared.phpt
27large_object_oid.phpt MFB + Unicode: 2008-07-23 09:27:01 +00:00
28large_object_import_oid.phpt MFB + Unicode: 2008-07-23 09:27:01 +00:00
80_bug14383.phpt MFB: Fixed test 2009-04-06 14:23:17 +00:00
80_bug24499.phpt
80_bug27597.phpt
80_bug32223.phpt
80_bug32223b.phpt
80_bug36625.phpt
80_bug42783.phpt
98old_api.phpt - MFB: New parameter parsing API 2008-06-30 01:59:35 +00:00
9999dropdb.phpt
bug37100_85.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
bug37100.phpt - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00
config.inc
pg_delete_001.phpt - Fixed: 2008-10-16 00:36:49 +00:00
pg_insert_001.phpt - Fixed: 2008-10-16 00:36:49 +00:00
pg_meta_data_001.phpt - Fixed: 2008-10-16 00:36:49 +00:00
pg_select_001.phpt - Fix test 2009-01-30 14:49:46 +00:00
pg_update_001.phpt - Fixed: 2008-10-16 00:36:49 +00:00
php.gif
README
skipif.inc - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 2009-12-25 20:56:00 +00:00

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.