Skip to content
Snippets Groups Projects
Commit 7fac7fef authored by Thomas Müller's avatar Thomas Müller
Browse files

pgsql support added

parent 1257a3c9
No related branches found
No related tags found
No related merge requests found
...@@ -170,10 +170,13 @@ fi ...@@ -170,10 +170,13 @@ fi
# #
# NOTES on pgsql: # NOTES on pgsql:
# - su - postgres # - 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): # - 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 # local all all trust
# #
# - for parallel executor support with EXECUTOR_NUMBER=0:
# - createuser -P oc_autotest0 (enter password and enable superuser)
#
# NOTES on oci: # NOTES on oci:
# - it's a pure nightmare to install Oracle on a Linux-System # - it's a pure nightmare to install Oracle on a Linux-System
# - DON'T TRY THIS AT HOME! # - DON'T TRY THIS AT HOME!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment