diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-04-15 23:15:19 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-04-15 23:15:19 +0900 |
commit | e2e2efca85b4857361780ed0c736c2a44edb458a (patch) | |
tree | 79dd6949e7b63fcee7e5b3ef13a340e00e879b55 /doc/src | |
parent | 1840d9f4c89998872a3b46473f8e9e5b6ff3c144 (diff) | |
download | postgresql-e2e2efca85b4857361780ed0c736c2a44edb458a.tar.gz postgresql-e2e2efca85b4857361780ed0c736c2a44edb458a.zip |
doc: Add missing COMPRESSION into CREATE TABLE synopsis.
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index b6cf9adcb25..a8c5e4028af 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -87,7 +87,7 @@ class="parameter">referential_action</replaceable> ] [ ON UPDATE <replaceable cl <phrase>and <replaceable class="parameter">like_option</replaceable> is:</phrase> -{ INCLUDING | EXCLUDING } { COMMENTS | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL } +{ INCLUDING | EXCLUDING } { COMMENTS | COMPRESSION | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL } <phrase>and <replaceable class="parameter">partition_bound_spec</replaceable> is:</phrase> |