From 7fac7fef03a389fd1755c5e3051d2270e11cc6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 19 Jul 2013 10:49:30 +0200 Subject: pgsql support added --- autotest.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'autotest.sh') 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! -- cgit v1.2.3