summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pgcluster/files/pgcluster.conf-1.5.0_rc7')
-rw-r--r--dev-db/pgcluster/files/pgcluster.conf-1.5.0_rc714
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/pgcluster/files/pgcluster.conf-1.5.0_rc7 b/dev-db/pgcluster/files/pgcluster.conf-1.5.0_rc7
new file mode 100644
index 0000000..247c8ab
--- /dev/null
+++ b/dev-db/pgcluster/files/pgcluster.conf-1.5.0_rc7
@@ -0,0 +1,14 @@
+# PostgreSQL's Database Directory
+PGDATA=/var/lib/postgresql/data
+
+# Logfile path: (NOTE: This must be uid/gid owned by the value of $PGUSER!)
+PGLOG=/var/lib/postgresql/data/postgresql.log
+
+# Run the PostgreSQL user as:
+PGUSER=postgres
+
+# Extra options to run postmaster with.
+# If you want to enable TCP/IP for PostgreSQL, add -i to the following:
+# PGOPTS="-N 1024 -B 2048 -i"
+PGOPTS="-i"
+