postgresql: update to 8.4.10, systemd switch.
This commit is contained in:
parent
782694cd41
commit
f151ae9f47
13 changed files with 101 additions and 173 deletions
|
@ -1,16 +1,13 @@
|
|||
# Configuration file for the PostgreSQL server.
|
||||
#
|
||||
# PostgreSQL's Database Directory
|
||||
PGDATA="/var/lib/postgresql/data"
|
||||
|
||||
# PostgreSQL's database directory
|
||||
PGROOT="/var/lib/postgresql"
|
||||
|
||||
# PostgreSQL's log file.
|
||||
PGLOG="/var/log/postgresql.log"
|
||||
|
||||
# PostgreSQL User
|
||||
PGUSER="postgres"
|
||||
|
||||
# PostgreSQL Group
|
||||
PGGROUP="postgres"
|
||||
# Passed to initdb if necessary
|
||||
INITOPTS="--locale en_US.UTF-8"
|
||||
|
||||
# Extra options to run postmaster with, e.g.:
|
||||
# -N is the maximal number of client connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue