mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03: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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user