diff options
| author | Marcus Boerger <helly@php.net> | 2003-05-31 12:54:20 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-05-31 12:54:20 +0000 |
| commit | a7d485143cbee8516da8f871102e379ab67a90bc (patch) | |
| tree | 2ee8a2907b5c8992f400d270cca44fe26c4c5831 /ext/pgsql/tests | |
| parent | aa87c89d35603db54a22c33422848000dc606970 (diff) | |
| download | php-git-a7d485143cbee8516da8f871102e379ab67a90bc.tar.gz | |
Update
Diffstat (limited to 'ext/pgsql/tests')
| -rw-r--r-- | ext/pgsql/tests/README | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/ext/pgsql/tests/README b/ext/pgsql/tests/README index 22915127a6..1a29a34e64 100644 --- a/ext/pgsql/tests/README +++ b/ext/pgsql/tests/README @@ -1,14 +1,16 @@ -Test scripts assume: +Test scripts assumes: - PostgreSQL server is installed locally - - there is a PostgreSQL account for the users running test script + - there is a PostgreSQL account for the users running the test scripts - 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. +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 database to execute test scripts. +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 -yohgaki@php.net or php-dev@lists.php.net. +intenals@lists.php.net, helly@php.net or yohgaki@php.net. |
