You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yasuo Ohgaki 5693bd4cdf Added tests for new functions 24 years ago
..
01createdb.phpt Added test files 24 years ago
02connection.phpt Added test files 24 years ago
03sync_query.phpt Added test files 24 years ago
04async_query.phpt Added test files 24 years ago
05large_object.phpt Added test files 24 years ago
06copy.phpt Added test files 24 years ago
07optional.phpt Added test files 24 years ago
08escape.phpt Update tests 24 years ago
09notice.phpt Add error message from _notice_handler() 24 years ago
10pg_convert.phpt Update tests 24 years ago
11pg_meta_data.phpt Rename pg_metadata() to pg_meta_data() to confirm naming standard 24 years ago
12pg_insert.phpt Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
13pg_select.phpt Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
14pg_update.phpt Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
15pg_delete.phpt Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() 24 years ago
16pg_result_status.phpt Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() 24 years ago
17result.phpt Added tests for new functions 24 years ago
18pg_escape_bytea.phpt Added tests for new functions 24 years ago
19pg_ping.phpt Added tests for new functions 24 years ago
20pg_get_pid.phpt Added tests for new functions 24 years ago
21pg_get_notify.phpt Added tests for new functions 24 years ago
98old_api.phpt Added test files 24 years ago
9999dropdb.phpt Added test files 24 years ago
README Added tests for new functions 24 years ago
async_query.inc Added test files 24 years ago
config.inc Add bytea field to test table. 24 years ago
connection.inc Added test files 24 years ago
copy.inc Added test files 24 years ago
createdb.inc Added tests for new functions 24 years ago
dropdb.inc Fix bug in test script 24 years ago
escape.inc Update tests 24 years ago
informational.inc Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() 24 years ago
large_object.inc Added tests for new functions 24 years ago
notice.inc Chages for new pg_last_notice() 24 years ago
old_api.inc Added test files 24 years ago
optional.inc Added test files 24 years ago
pg_convert.inc Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() 24 years ago
pg_delete.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
pg_escape_bytea.inc Added tests for new functions 24 years ago
pg_get_notify.inc Added tests for new functions 24 years ago
pg_get_pid.inc Added tests for new functions 24 years ago
pg_insert.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
pg_meta_data.inc Rename pg_metadata() to pg_meta_data() to confirm naming standard 24 years ago
pg_ping.inc Added tests for new functions 24 years ago
pg_result_status.inc Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() 24 years ago
pg_select.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
pg_update.inc Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
php.gif Add real pg_escape_bytea() test. 24 years ago
result.inc Added tests for new functions 24 years ago
skipif.inc Use database named test for testing 24 years ago
sync_query.inc Added test files 24 years ago

README

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.