public inbox for [email protected]
help / color / mirror / Atom feedFrom: Igor Korot <[email protected]>
To: Christoph Moench-Tegeder <[email protected]>
To: pgsql-generallists.postgresql.org <[email protected]>
Subject: Re: CREATE TABLE fails
Date: Sun, 8 Mar 2026 18:28:34 -0500
Message-ID: <CA+FnnTzqUu0VDtG7vy_=NoU47apgQqHyYLPPoR12hKiepVW6cA@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <CA+FnnTyGEM-1mwxKPbwFTOodf+YUX=TxTmBPY5S=Yh1h=oVY9A@mail.gmail.com>
<[email protected]>
Christoph,
On Sun, Mar 8, 2026 at 5:29 PM Christoph Moench-Tegeder
<[email protected]> wrote:
>
> ## Igor Korot ([email protected]):
>
> > [quote]
> > draft=# CREATE TABLE leagues_new(id serial, name varchar(100),
> > drafttype smallint, scoringtype smallint, roundvalues smallint,
> > leaguetype char(5), salary integer, benchplayers smallint, primary
> > key(id) INCLUDE (drafttype, scoringtype) WITH( fillfactor = 50,
> > autovacuum_enabled ));
> > ERROR: unrecognized parameter "autovacuum_enabled"
> > [/quote]
> >
> > But the page at
> > https://www.postgresql.org/docs/16/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
> > says it's available.
>
> It's available as a TABLE storage parameter, but you put it on the index
> definition (where it's not valid) - this could be a conceptual mistake
> or a misplaced right parenthesis.
> See the example on your linked page:
> https://www.postgresql.org/docs/16/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS:~:text=fi...
Please check the PRIMARY KEY clause on that same linked page.
It says "Storage Parameters" are definitely supported there.
Thank you.
>
> Regards,
> Christoph
>
> --
> Spare Space
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: CREATE TABLE fails
In-Reply-To: <CA+FnnTzqUu0VDtG7vy_=NoU47apgQqHyYLPPoR12hKiepVW6cA@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox