mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
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
This commit is contained in:
parent
1840d9f4c8
commit
e2e2efca85
@ -87,7 +87,7 @@ class="parameter">referential_action</replaceable> ] [ ON UPDATE <replaceable cl
|
|||||||
|
|
||||||
<phrase>and <replaceable class="parameter">like_option</replaceable> is:</phrase>
|
<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>
|
<phrase>and <replaceable class="parameter">partition_bound_spec</replaceable> is:</phrase>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user