helly           Sat May 31 08:54:21 2003 EDT

  Modified files:              
    /php4/ext/pgsql/tests       README 
  Log:
  Update
  
Index: php4/ext/pgsql/tests/README
diff -u php4/ext/pgsql/tests/README:1.1 php4/ext/pgsql/tests/README:1.2
--- php4/ext/pgsql/tests/README:1.1     Fri Oct 18 03:52:09 2002
+++ php4/ext/pgsql/tests/README Sat May 31 08:54:20 2003
@@ -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
[EMAIL PROTECTED] or [EMAIL PROTECTED]
[EMAIL PROTECTED], [EMAIL PROTECTED] or [EMAIL PROTECTED]



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to