File postgresql-sysconfig of Package postgresql
1
## Path: Applications/PostgreSQL
2
## Description: The PostgreSQL Database System
3
## Type: string()
4
## Default: "~postgres/data"
5
## ServiceRestart: postgresql
6
#
7
# In which directory should the PostgreSQL database reside?
8
#
9
POSTGRES_DATADIR="~postgres/data"
10
11
## Path: Applications/PostgreSQL
12
## Description: The PostgreSQL Database System
13
## Type: string()
14
## Default: ""
15
## ServiceRestart: postgresql
16
#
17
# The options that are given to the PostgreSQL master daemon on startup.
18
# See the manual pages for postmaster and postgres for valid options.
19
#
20
# Don't put "-D datadir" here since it is set by the startup script
21
# based on the variable POSTGRES_DATADIR above.
22
#
23
POSTGRES_OPTIONS=""
24
25
## Path: Applications/PostgreSQL
26
## Description: The PostgreSQL Database System
27
## Type: string()
28
## Default: "C"
29
## ServiceRestart: ""
30
#
31
# Specifies the locale under which the PostgreSQL database location
32
# should be initialized and run. If needed, it has to be changed
33
# before PostgreSQL is started for the first time. To change the
34
# locale of an existsing PostgreSQL database location, it must be
35
# dumped, removed and initialized from scratch using the new locale.
36
#
37
# If unset or empty $RC_LANG from /etc/sysconfig/language is used.
38
#
39
POSTGRES_LANG=""
40