Re: integer values in conf file - Mailing list pgsql-general

From Lew
Subject Re: integer values in conf file
Date
Msg-id K_SdnaUWcKq7WSfVnZ2dnUVZ_oqdnZ2d@comcast.com
Whole thread Raw
In response to integer values in conf file  (Thomas Finneid <tfinneid@student.matnat.uio.no>)
List pgsql-general
Thomas Finneid wrote:
> Hi
>
> A quick question, In the doc on the net for miscellaneous config
> options, e.g. maintenance_work_mem, the doc states the argument is an
> integer, but it does not state whether the number should be in Bytes,
> KB, MB. From examples I have seen, I conclude its in KB, but is that
> correct?

 From <http://www.postgresql.org/docs/8.3/static/config-setting.html>:
> Some settings specify a memory or time value.
> Each of these has an implicit unit, which is either kilobytes, blocks
> (typically eight kilobytes), milliseconds, seconds, or minutes.
> Default units can be queried by referencing pg_settings.unit.
> For convenience, a different unit can also be specified explicitly.
> Valid memory units are kB (kilobytes), MB (megabytes), and GB (gigabytes);
> valid time units are ms (milliseconds), s (seconds), min (minutes),
> h (hours), and d (days). Note that the multiplier for memory units is
> 1024, not 1000.

--
Lew

pgsql-general by date:

Previous
From: M2Y
Date:
Subject: Oracle and Postgresql
Next
From: Lew
Date:
Subject: Re: ERROR: relation . . . does not exist