diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2013-03-14 05:42:27 +0000 |
---|---|---|
committer | <> | 2013-04-03 16:25:08 +0000 |
commit | c4dd7a1a684490673e25aaf4fabec5df138854c4 (patch) | |
tree | 4d57c44caae4480efff02b90b9be86f44bf25409 /ext/pgsql/tests/README | |
download | php2-master.tar.gz |
Imported from /home/lorry/working-area/delta_php2/php-5.4.13.tar.bz2.HEADphp-5.4.13master
Diffstat (limited to 'ext/pgsql/tests/README')
-rw-r--r-- | ext/pgsql/tests/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/pgsql/tests/README b/ext/pgsql/tests/README new file mode 100644 index 0000000..1a29a34 --- /dev/null +++ b/ext/pgsql/tests/README @@ -0,0 +1,16 @@ +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. |