summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/postgresql.conf')
-rw-r--r--dev-db/postgresql/files/postgresql.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-db/postgresql/files/postgresql.conf b/dev-db/postgresql/files/postgresql.conf
deleted file mode 100644
index e63730f090e2..000000000000
--- a/dev-db/postgresql/files/postgresql.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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"
-