diff options
author | 2007-07-11 17:39:54 +0000 | |
---|---|---|
committer | 2007-07-11 17:39:54 +0000 | |
commit | 280345a3d077d4059abf4b6c49b7c6c68737c280 (patch) | |
tree | 8e4eb852b7422de526e192d302ddba6ccac93ad2 /dev-db/postgresql/files/postgresql.conf-7.3 | |
parent | eclass/einput: Removed portageq call in global context for EINPUT_NOCOLOR (diff) | |
download | testing-280345a3d077d4059abf4b6c49b7c6c68737c280.tar.gz testing-280345a3d077d4059abf4b6c49b7c6c68737c280.tar.bz2 testing-280345a3d077d4059abf4b6c49b7c6c68737c280.zip |
Added libpq and postgresql from the tree to fix a couple of bugs
svn path=/testing/; revision=266
Diffstat (limited to 'dev-db/postgresql/files/postgresql.conf-7.3')
-rw-r--r-- | dev-db/postgresql/files/postgresql.conf-7.3 | 13 |
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" |