Обсуждение: Units in postgresql.conf.sample

Поиск
Список
Период
Сортировка

Units in postgresql.conf.sample

От
Peter Eisentraut
Дата:
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/


Re: Units in postgresql.conf.sample

От
David Fetter
Дата:
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!


Re: Units in postgresql.conf.sample

От
Josh Berkus
Дата:
Peter,

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

-- 
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco