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