CREATE TABLE fails - Mailing list pgsql-general

From Igor Korot
Subject CREATE TABLE fails
Date
Msg-id CA+FnnTyGEM-1mwxKPbwFTOodf+YUX=TxTmBPY5S=Yh1h=oVY9A@mail.gmail.com
Whole thread
Responses Re: CREATE TABLE fails
Re: CREATE TABLE fails
Re: CREATE TABLE fails
List pgsql-general
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
https://www.postgresql.org/docs/16/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
says it's available.

What am I missing?

Thank you.



pgsql-general by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: Unexpected deadlock across two separate rows, using Postgres 17 and Django's select_for_update()
Next
From: Christoph Moench-Tegeder
Date:
Subject: Re: CREATE TABLE fails