Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-19 12:49:30 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-19 12:49:30 +0400
commit7fac7fef03a389fd1755c5e3051d2270e11cc6be (patch)
treed1e95da33fc198bc50ebde1cf8508e847e6f17c3 /autotest.sh
parent1257a3c94848415c54d41724ce9bbbed363c532f (diff)
pgsql support added
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index 6f1cd2ba22c..abe0b92586c 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -170,10 +170,13 @@ fi
#
# NOTES on pgsql:
# - su - postgres
-# - createuser -P (enter username and password and enable superuser)
+# - createuser -P oc_autotest (enter password and enable superuser)
# - to enable dropdb I decided to add following line to pg_hba.conf (this is not the safest way but I don't care for the testing machine):
# local all all trust
#
+# - for parallel executor support with EXECUTOR_NUMBER=0:
+# - createuser -P oc_autotest0 (enter password and enable superuser)
+#
# NOTES on oci:
# - it's a pure nightmare to install Oracle on a Linux-System
# - DON'T TRY THIS AT HOME!