From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | INCLUDING COMPRESSION |
Date: | 2021-04-14 14:46:58 |
Message-ID: | 54d30e66-dbd6-5485-aaf6-a291ed55919d@oss.nttdata.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
The syntax for like_option in CREATE TABLE docs seems to forget to mention
INCLUDING COMPRESSION option. I think the following fix is necessary.
Patch attached.
-{ INCLUDING | EXCLUDING } { COMMENTS | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL }
+{ INCLUDING | EXCLUDING } { COMMENTS | COMPRESSION | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL }
Regards,
--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Attachment | Content-Type | Size |
---|---|---|
fix_create_table_doc.patch | text/plain | 753 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2021-04-15 01:48:25 | Re: Typo in psql doc |
Previous Message | Tom Lane | 2021-04-14 14:12:02 | Re: Typo in psql doc |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-04-14 14:49:37 | Re: Converting contrib SQL functions to new style |
Previous Message | Robert Haas | 2021-04-14 14:28:59 | Re: [PATCH] Identify LWLocks in tracepoints |