summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/README
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-18 07:52:09 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-18 07:52:09 +0000
commit5693bd4cdf2f8346d7bef96206583fa26225c1a8 (patch)
tree055d297de7916eec02b90ae012fa9ddb8732ea7c /ext/pgsql/tests/README
parent5b4b10c5eb859809aa747c9da441e4924e574823 (diff)
downloadphp-git-5693bd4cdf2f8346d7bef96206583fa26225c1a8.tar.gz
Added tests for new functions
Diffstat (limited to 'ext/pgsql/tests/README')
-rw-r--r--ext/pgsql/tests/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/pgsql/tests/README b/ext/pgsql/tests/README
new file mode 100644
index 0000000000..22915127a6
--- /dev/null
+++ b/ext/pgsql/tests/README
@@ -0,0 +1,14 @@
+Test scripts assume:
+ - PostgreSQL server is installed locally
+ - there is a PostgreSQL account for the users running test script
+ - 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.
+
+If you have account and database, type "createdb test" from
+command prompt to create database to execute test scripts.
+
+If you find problems in PostgreSQL module, please mail to
+yohgaki@php.net or php-dev@lists.php.net.