Re: Per-Table vacuum_freeze_min_age - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Per-Table vacuum_freeze_min_age
Date
Msg-id dff22544-7c22-2c3b-c033-bec39cd209d9@aklaver.com
Whole thread Raw
In response to Re: Per-Table vacuum_freeze_min_age  (Chris Bisnett <cbisnett@gmail.com>)
Responses Re: Per-Table vacuum_freeze_min_age  (Chris Bisnett <cbisnett@gmail.com>)
List pgsql-general
On 4/6/22 3:28 PM, Chris Bisnett wrote:
> On Wed, Apr 6, 2022 at 6:24 PM Adrian Klaver <adrian.klaver@aklaver.com 
> <mailto:adrian.klaver@aklaver.com>> wrote:

> 
>     It can:
> 
>     https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
>     <https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS>
> 
>     Per-table value for vacuum_freeze_min_age parameter.
>      >
>      > - chris
>      >
> 
> 
>     -- 
>     Adrian Klaver
>     adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>
> 
> 
> Oh I must have missed this. Is this missing from the documentation here (
> https://www.postgresql.org/docs/current/runtime-config-autovacuum.html 
> <https://www.postgresql.org/docs/current/runtime-config-autovacuum.html>)?

That describes autovacuum in general. The per table options are 
attributes of a table.

> 
> I can try again, but I’m pretty sure this option was rejected when I 
> attempted to set it via an alter table command.

What was the command you used?

What was the error you got?

> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Chris Bisnett
Date:
Subject: Re: Per-Table vacuum_freeze_min_age
Next
From: "David G. Johnston"
Date:
Subject: Re: What have I done!?!?!? :-)