doc: Add missing COMPRESSION into CREATE TABLE synopsis.
authorFujii Masao
Thu, 15 Apr 2021 14:15:19 +0000 (23:15 +0900)
committerFujii Masao
Thu, 15 Apr 2021 14:15:19 +0000 (23:15 +0900)
Commit bbe0a81db6 introduced "INCLUDING COMPRESSION" option
in CREATE TABLE command, but forgot to mention it in the
CREATE TABLE syntax synopsis.

Author: Fujii Masao
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/54d30e66-dbd6-5485-aaf6-a291ed55919d@oss.nttdata.com

doc/src/sgml/ref/create_table.sgml

index b6cf9adcb256c519181304178a2d8408e6eda8db..a8c5e4028af0e3235367b56993bb9a19e1205c1e 100644 (file)
@@ -87,7 +87,7 @@ class="parameter">referential_action ] [ ON UPDATE 
 
 and like_option is:
 
-{ INCLUDING | EXCLUDING } { COMMENTS | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL }
+{ INCLUDING | EXCLUDING } { COMMENTS | COMPRESSION | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL }
 
 and partition_bound_spec is: