Re: Does standalone postfrsql have autogrowth/ manual growth on table space? - Mailing list pgsql-general

From Christophe Pettus
Subject Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
Date
Msg-id 30996233-CECE-4C3B-AD65-BCF3BA9802F7@thebuild.com
Whole thread Raw
In response to Re: Does standalone postfrsql have autogrowth/ manual growth on table space?  (Ron <ronljohnsonjr@gmail.com>)
Responses Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
List pgsql-general

> On Oct 20, 2022, at 10:29, Ron <ronljohnsonjr@gmail.com> wrote:
> There's no pre-allocation in Postgresql.

This is correct in that you can't say "please allocate 3GB for this table for me now."  The number of pages that are
addedto the end of a file isn't always one though; it can allocate more based on recent activity. 


pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
Next
From: Vince McMahon
Date:
Subject: Re: Does standalone postfrsql have autogrowth/ manual growth on table space?