scripts/postgresql/postgresql.conf in standup-0.3.26 vs scripts/postgresql/postgresql.conf in standup-0.3.27
- old
+ new
@@ -36,18 +36,18 @@
#------------------------------------------------------------------------------
# The default values of these variables are driven from the -D command-line
# option or PGDATA environment variable, represented here as ConfigDir.
-data_directory = '/var/lib/postgresql/8.4/main' # use data in another directory
+data_directory = '/var/lib/postgresql/9.0/main' # use data in another directory
# (change requires restart)
-hba_file = '/etc/postgresql/8.4/main/pg_hba.conf' # host-based authentication file
+hba_file = '/etc/postgresql/9.0/main/pg_hba.conf' # host-based authentication file
# (change requires restart)
-ident_file = '/etc/postgresql/8.4/main/pg_ident.conf' # ident configuration file
+ident_file = '/etc/postgresql/9.0/main/pg_ident.conf' # ident configuration file
# (change requires restart)
# If external_pid_file is not explicitly set, no extra PID file is written.
-external_pid_file = '/var/run/postgresql/8.4-main.pid' # write an extra PID file
+external_pid_file = '/var/run/postgresql/9.0-main.pid' # write an extra PID file
# (change requires restart)
#------------------------------------------------------------------------------
# CONNECTIONS AND AUTHENTICATION