Re: PostgreSQL database segsize

From: Bill Glennon <wglennon(at)gmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL database segsize
Date: 2020-06-29 22:37:22
Message-ID: CADBgUcBnsbOS6w0t+=QmhofRHuhupu_eBU18j0zSJ_za2On4+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Awesome! That worked. Thank you Magnus!
I should have thought of that earlier. LOL

On Mon, Jun 29, 2020 at 6:33 PM Magnus Hagander <magnus(at)hagander(dot)net> wrote:

>
>
> On Tue, Jun 30, 2020 at 12:17 AM Bill Glennon <wglennon(at)gmail(dot)com> wrote:
>
>> Hi,
>>
>> If you are building a Postgresql database from source and you use
>> option --with-segsize=4, how do you verify that the database segsize is 4GB
>> and not the default 1GB? Is there a query that you can run?
>>
>> Or even if you come into a place to support an existing PostgreSQL
>> database, how do you find out what the database segsize is?
>>
>>
> You can run the query "SHOW segment_size" to show the compiled-in value.
>
> --
> Magnus Hagander
> Me: https://www.hagander.net/ <http://www.hagander.net/>
> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2020-06-29 22:59:54 Re: PostgreSQL database segsize
Previous Message Magnus Hagander 2020-06-29 22:33:46 Re: PostgreSQL database segsize