Re: CREATE TABLE ( .. STORAGE ..)
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Matthias van de Meent <boekewurm+postgres@gmail.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Teodor Sigaev <teodor@sigaev.ru>, wenjing zeng <wjzeng2012@gmail.com>
Date: 2022-07-11T09:27:50Z
Lists: pgsql-hackers
Attachments
- v6-0001-Allow-specifying-STORAGE-attribute-for-a-new-tabl.patch (application/octet-stream) patch v6-0001
Hi hackers, > > Here is a patch updated according to all the recent feedback, except > > for two suggestions: > > In v4 I forgot to list possible arguments for STORAGE in > alter_table.sgml, similarly as it is done for other subcommands. Here > is a corrected patch. Here is the rebased patch. -- Best regards, Aleksander Alekseev
Commits
-
Allow specifying STORAGE attribute for a new table
- 784cedda0604 16.0 landed