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:
arpit551 2020-05-27 19:41:54 +05:30 committed by Tim Abbott
parent 7d11be5ca5
commit 7e75a7e336
1 changed files with 1 additions and 1 deletions

View File

@ -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