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:
Bruce Momjian 2006-08-02 21:48:43 +00:00
parent f1fa94a415
commit 961ec0ce9c

View File

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