php-src/ext/pgsql/tests/README

17 lines
704 B
Plaintext
Raw Normal View History

2003-05-31 12:54:20 +00:00
Test scripts assumes:
2002-10-18 07:52:09 +00:00
- PostgreSQL server is installed locally
2003-05-31 12:54:20 +00:00
- there is a PostgreSQL account for the users running the test scripts
2002-10-18 07:52:09 +00:00
- there is database named "test"
2003-05-31 12:54:20 +00:00
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'.
2002-10-18 07:52:09 +00:00
2003-05-31 12:54:20 +00:00
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.
2002-10-18 07:52:09 +00:00
If you find problems in PostgreSQL module, please mail to
2003-05-31 12:54:20 +00:00
intenals@lists.php.net, helly@php.net or yohgaki@php.net.