Annotation of embedaddon/php/ext/pgsql/tests/README, revision 1.1.1.1

1.1       misho       1: Test 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: 
                      6: For instance, if your login name is 'testuser', you should have PostgreSQL 
                      7: user account named 'testuser' and grant that user access to the database 
                      8: 'test'.
                      9: 
                     10: If you have account and database, type "createdb test" from command prompt 
                     11: to create the database to execute the test scripts. By executing the above 
                     12: command as the same user running the tests you ensure that the user is 
                     13: granted access to the database.
                     14: 
                     15: If you find problems in PostgreSQL module, please mail to
                     16: intenals@lists.php.net, helly@php.net or yohgaki@php.net.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>