pgsql: doc: Add missing COMPRESSION into CREATE TABLE synopsis. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Add missing COMPRESSION into CREATE TABLE synopsis.
Date
Msg-id E1lX2mv-0000qe-R2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2e2efca85b4857361780ed0c736c2a44edb458a

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Use SIGURG rather than SIGUSR1 for latches.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Revert "psql: Show all query results by default"