mirror of https://github.com/zulip/zulip.git
postgres: Fix syntax error in postgres 12 config.
<% used as example in postgres 12 config is being confused with erb syntax so added extra % as <%% means literal <%.
This commit is contained in:
parent
7d11be5ca5
commit
7e75a7e336
|
@ -529,7 +529,7 @@ log_line_prefix = '%m [%p] %q%u@%d ' # special values:
|
|||
# %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_statement = 'none' # none, ddl, mod, all
|
||||
#log_replication_commands = off
|
||||
|
|
Loading…
Reference in New Issue