INCLUDING COMPRESSION
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: pgsql-docs@lists.postgresql.org
Date: 2021-04-14T14:46:58Z
Lists: pgsql-hackers, pgsql-docs
Attachments
- fix_create_table_doc.patch (text/plain) patch
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
Commits
-
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
- 3f20d5f37086 14.0 landed
-
doc: Add missing COMPRESSION into CREATE TABLE synopsis.
- e2e2efca85b4 14.0 landed