Re: Determining current block size? - Mailing list pgsql-general

From John Wells
Subject Re: Determining current block size?
Date
Msg-id 44dddf400712061408w7a9375pd262bb3cc8c62371@mail.gmail.com
Whole thread Raw
In response to Re: Determining current block size?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-general
On 12/6/07, Gregory Stark <stark@enterprisedb.com> wrote:
> "John Wells" <jb@sourceillustrated.com> writes:
>
> > I see that BLOCK_SIZE can be set at compile time, but is there a way
> > to determine what block size is in use in a running system? I've been
> > searching but have been unsuccessful so far.
>
> postgres=# show block_size;
>  block_size
> ------------
>  8192
> (1 row)

Well *that* was unexpected easy.

Thanks!
John

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Determining current block size?
Next
From: Decibel!
Date:
Subject: Re: storage size of "bit" data type..