Re: CREATE TABLE ( .. STORAGE ..) - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: CREATE TABLE ( .. STORAGE ..)
Date
Msg-id CAJ7c6TM-O3=duY8Zk3S4Joi6s=wuLfePFTFuBgNu65bVZY+PdQ@mail.gmail.com
Whole thread Raw
In response to Re: CREATE TABLE ( .. STORAGE ..)  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: CREATE TABLE ( .. STORAGE ..)  (Aleksander Alekseev <aleksander@timescale.com>)
List pgsql-hackers
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.

- <literal>SET STORAGE</literal>
+ <literal>SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }</literal>

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: RKN Sai Krishna
Date:
Subject: pg_receivewal unable to connect to promoted standby
Next
From: Andrey Borodin
Date:
Subject: Re: array_cat anycompatible change is breaking xversion upgrade tests