Re: PostgreSQL database segsize

2020-06-29 Thread Tom Lane
Magnus Hagander writes: > On Tue, Jun 30, 2020 at 12:17 AM Bill Glennon wrote: >> 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? > You

Re: PostgreSQL database segsize

2020-06-29 Thread Bill Glennon
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 wrote: > > > On Tue, Jun 30, 2020 at 12:17 AM Bill Glennon wrote: > >> Hi, >> >> If you are building a Postgresql database from source and you use >> option --with-

Re: PostgreSQL database segsize

2020-06-29 Thread Magnus Hagander
On Tue, Jun 30, 2020 at 12:17 AM Bill Glennon 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