pgsql: Tidy up the CREATE TABLE documentation for partitioning. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Tidy up the CREATE TABLE documentation for partitioning.
Date
Msg-id E1csW89-00073j-JO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tidy up the CREATE TABLE documentation for partitioning.

Remove some <note> tags that make this too "loud".  Fix some typos.

Amit Langote, with a few minor corrections by me

Discussion: http://postgr.es/m/a6f99cdb-21e7-1d65-1381-91f2cfa156e2@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4785e377f9c3189c06051ece7ebb112220f365f6

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 74 +++++++++++++++++++-------------------
1 file changed, 37 insertions(+), 37 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix improper NULL handling in list partitioning code.
Next
From: Robert Haas
Date:
Subject: pgsql: Improve documentation of how NOT NULL works with partitioning.