Units in postgresql.conf.sample
Should the values in the default configuration file contain units? And
if so, should we phase out the verbal description of the units, e.g.,
#work_mem = 1024 # min 64, size in kB
becomes
#work_mem = 1MB # min 64kB
(The "native" units are of course still shown in the documentation for
reference.)
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
On Wed, Sep 20, 2006 at 10:20:18PM +0200, Peter Eisentraut wrote:
Should the values in the default configuration file contain units?
And if so, should we phase out the verbal description of the units,
e.g.,#work_mem = 1024 # min 64, size in kB
becomes
#work_mem = 1MB # min 64kB
(The "native" units are of course still shown in the documentation
for reference.)
+1 for the change :)
Cheers,
D
--
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter
Remember to vote!