projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fa94a
)
Move 'ddl' right after 'none' in postgresql.conf. It used to be between
author
Bruce Momjian
Wed, 2 Aug 2006 21:48:43 +0000
(21:48 +0000)
committer
Bruce Momjian
Wed, 2 Aug 2006 21:48:43 +0000
(21:48 +0000)
'mod' and 'all', which is not the right order. SGML documentation order
was correct. Report from Chander Ganesan.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 00a34579f9b910f963c4c0bf5c45f5425e09ee67..edecda549ee894975d1daaa6465ace403e7b4287 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-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