mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Move 'ddl' right after 'none' in postgresql.conf. It used to be between
'mod' and 'all', which is not the right order. SGML documentation order was correct. Report from Chander Ganesan.
This commit is contained in:
parent
f1fa94a415
commit
961ec0ce9c
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@
|
|||
# processes
|
||||
# %% = '%'
|
||||
# e.g. '<%u%%%d> '
|
||||
#log_statement = 'none' # none, mod, ddl, all
|
||||
#log_statement = 'none' # none, ddl, mod, all
|
||||
#log_hostname = off
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue