Re: CREATE TABLE fails - Mailing list pgsql-general

From Igor Korot
Subject Re: CREATE TABLE fails
Date
Msg-id CA+FnnTye4ainfzjvPJJvNpeG0qHLTi9bo+3vaPWF2gQqypmQSA@mail.gmail.com
Whole thread
In response to CREATE TABLE fails  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
Ray,

On Sun, Mar 8, 2026 at 5:26 PM Ray O'Donnell <ray@rodonnell.ie> wrote:
Probably a silly question, but are you actually using version 16?

Yes, I am.

Thank you.
 

Apologies for top-post.... phone app.

Ray.

On 8 March 2026 22:10:31 Igor Korot <ikorot01@gmail.com> wrote:

Hi, ALL,

[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
says it's available.

What am I missing?

Thank you.

pgsql-general by date:

Previous
From: Sahul Hameed
Date:
Subject: Re: CREATE TABLE fails
Next
From: Igor Korot
Date:
Subject: Re: CREATE TABLE fails