Re: Default values in the docs

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Default values in the docs
Date: 2026-02-27 15:47:47
Message-ID: 12ca1b36-1933-4775-954c-90f870fb6dd0@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/26/26 10:43 PM, Igor Korot wrote:
> Hi, ALL,
> The page at https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
> does not document the default
> values for all storage parameters.

The only ones that are not covered from what I see are fillfactor and
parallel_workers.

The settings that cover items in postgresql.conf have defaults shown here:

https://www.postgresql.org/docs/current/runtime-config.html

As example the default for:
vacuum_truncate, toast.vacuum_truncate
Per-table value for vacuum_truncate parameter.
can be found here:
https://www.postgresql.org/docs/current/runtime-config-vacuum.html#GUC-VACUUM-TRUNCATE
>
> Is this an oversight or intentional?
>
> Thank you.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2026-02-27 15:58:07 Re: Default values in the docs
Previous Message Laurenz Albe 2026-02-27 15:01:10 Re: Timezone handling with timestamp without time zone columns