Re: Determining current block size?

From: "John Wells" <jb(at)sourceillustrated(dot)com>
To: "Gregory Stark" <stark(at)enterprisedb(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Determining current block size?
Date: 2007-12-06 22:08:22
Message-ID: 44dddf400712061408w7a9375pd262bb3cc8c62371@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/6/07, Gregory Stark <stark(at)enterprisedb(dot)com> wrote:
> "John Wells" <jb(at)sourceillustrated(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Decibel! 2007-12-06 22:17:01 Re: storage size of "bit" data type..
Previous Message Gregory Stark 2007-12-06 22:00:14 Re: Determining current block size?