xref: /PHP-5.5/ext/pgsql/tests/README (revision a7d48514)
1Test scripts assumes:
2 - PostgreSQL server is installed locally
3 - there is a PostgreSQL account for the users running the test scripts
4 - there is database named "test"
5
6For instance, if your login name is 'testuser', you should have PostgreSQL
7user account named 'testuser' and grant that user access to the database
8'test'.
9
10If you have account and database, type "createdb test" from command prompt
11to create the database to execute the test scripts. By executing the above
12command as the same user running the tests you ensure that the user is
13granted access to the database.
14
15If you find problems in PostgreSQL module, please mail to
16intenals@lists.php.net, helly@php.net or yohgaki@php.net.
17