You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
704 B

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