summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-08-28 00:46:35 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-08-28 00:46:35 +0000
commit639fc6513f90b1eeb841d22ef0ba038f019ace78 (patch)
tree049d84ef9548886e19a489ef326f0282a5f1191a /dev-db/postgresql/files/postgresql.conf-8.1_beta1
parentStable on amd64. (diff)
downloadgentoo-2-639fc6513f90b1eeb841d22ef0ba038f019ace78.tar.gz
gentoo-2-639fc6513f90b1eeb841d22ef0ba038f019ace78.tar.bz2
gentoo-2-639fc6513f90b1eeb841d22ef0ba038f019ace78.zip
version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-db/postgresql/files/postgresql.conf-8.1_beta1')
-rw-r--r--dev-db/postgresql/files/postgresql.conf-8.1_beta114
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/postgresql.conf-8.1_beta1 b/dev-db/postgresql/files/postgresql.conf-8.1_beta1
new file mode 100644
index 000000000000..e8dab3e4c827
--- /dev/null
+++ b/dev-db/postgresql/files/postgresql.conf-8.1_beta1
@@ -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=""
+