php-src/ext/pgsql/tests
Matteo Beccati 51c065f611 Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
  Fixed bug #64609 (pg_convert enum type support)
2013-06-02 06:33:54 +02:00
..
01createdb.phpt
02connection.phpt
03sync_query.phpt
04async_query.phpt
05large_object.phpt
06copy.phpt
07optional.phpt
08escape.phpt add pg_escape_identifier/pg_escape_literal 2012-04-19 13:40:24 -07:00
09notice.phpt Fixed a few false positives on gcov for ext/pgsql 2011-08-30 14:01:03 +00:00
10pg_convert_85.phpt Fixed bug #62857 (bytea test failures) 2013-06-01 23:15:48 +02:00
10pg_convert.phpt
11pg_meta_data.phpt
12pg_insert_85.phpt Fixed bug #62857 (bytea test failures) 2013-06-01 23:15:48 +02:00
12pg_insert.phpt
13pg_select_85.phpt Removed spurious high-ascii char from previous commmit 2009-12-25 21:01:06 +00:00
13pg_select.phpt
14pg_update_85.phpt Fixed bug #62857 (bytea test failures) 2013-06-01 23:15:48 +02:00
14pg_update.phpt
15pg_delete.phpt
16pg_result_status.phpt
17result.phpt
18pg_escape_bytea.phpt Fixed bug #62857 (bytea test failures) 2013-06-01 23:15:48 +02:00
19pg_ping.phpt
20pg_get_pid.phpt
21pg_get_notify.phpt
22pg_fetch_object.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
23sync_query_params.phpt
24sync_query_prepared.phpt
25async_query_params.phpt
26async_query_prepared.phpt
27large_object_oid.phpt
28large_object_import_oid.phpt
80_bug14383.phpt
80_bug24499.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
80_bug27597.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
80_bug32223.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
80_bug32223b.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
80_bug36625.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
80_bug39971.phpt
80_bug42783.phpt
98old_api.phpt
9999dropdb.phpt
bug37100_85.phpt
bug37100.phpt
bug47199.phpt - Fixed bug #47199 (pg_delete() fails on NULL) 2010-11-06 17:43:25 +00:00
bug60244.phpt Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). 2011-11-15 18:02:58 +00:00
bug64609.phpt Fixed bug #64609 (pg_convert enum type support) 2013-06-02 06:29:35 +02:00
config.inc
lcmess.inc Fixed a few false positives on gcov for ext/pgsql 2011-08-30 14:01:03 +00:00
pg_delete_001.phpt
pg_insert_001.phpt
pg_meta_data_001.phpt
pg_select_001.phpt
pg_update_001.phpt
php.gif
README
skipif.inc Fixed a few false positives on gcov for ext/pgsql 2011-08-30 14:01:03 +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.