Re: Units in postgresql.conf

Joe Conway <mail@joeconway.com>

From: Joe Conway <mail@joeconway.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2006-07-20T16:42:01Z
Lists: pgsql-hackers
Peter Eisentraut wrote:
> One frequent source of confusion are the different units that the parameters 
> in postgresql.conf use.  shared_buffers is in 8 kB, work_mem is in 1 kB; 
> bgwriter_delay is in milliseconds, checkpoint_warning is in seconds.  
> Obviously, we can't change that without inconveniencing a lot of users.
> 
> I think it would be useful to allow units to be added to these settings, for 
> example

<snip>
> 
> I haven't thought yet how to parse or implement this, but would people find 
> this useful?

+1

I'd find this useful myself, and I think it would eliminate many 
mistakes by newer admins.

Joe