add file control for postgresql.conf
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
# - Connection Settings -
|
||||
|
||||
#listen_addresses = 'localhost' # what IP address(es) to listen on;
|
||||
listen_addresses = '<%= @pl_listen_address %>' # what IP address(es) to listen on;
|
||||
# comma-separated list of addresses;
|
||||
# defaults to 'localhost'; use '*' for all
|
||||
# (change requires restart)
|
||||
@@ -548,7 +548,7 @@ log_rotation_size = 0 # Automatic rotation of logfiles will
|
||||
# %q = stop here in non-session
|
||||
# processes
|
||||
# %% = '%'
|
||||
# e.g. '<%u%%%d>'
|
||||
# e.g. '<<%u%%%d>'
|
||||
#log_lock_waits = off # log lock waits >= deadlock_timeout
|
||||
#log_parameter_max_length = -1 # when logging statements, limit logged
|
||||
# bind-parameter values to N bytes;
|
||||
|
||||
Reference in New Issue
Block a user