In article <[EMAIL PROTECTED]>,
Tom Lane <[EMAIL PROTECTED]> writes:
> Shridhar Daithankar <[EMAIL PROTECTED]> writes:
>> I was toying around with idea of converting all the memory related
>> parameters in postgresql.conf to kilobytes for simplicity and
>> uniformity.
> Why is that a good idea?
Two reasons:
1. Some values are in KB, some in 8 KB
2. I find it easier to calculate in KB
I'd like to see the following:
* If the value is purely numeric, treat it as before (to ensure
compatibility with older versions)
* If the value is numeric with a prefix of [KMG], interpret it as KB,
MB, or GB, respectively
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly