pgsql: Tidy up the CREATE TABLE documentation for partitioning.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tidy up the CREATE TABLE documentation for partitioning.
Date: 2017-03-27 15:00:25
Message-ID: E1csW89-00073j-JO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-27 15:04:09 pgsql: Improve documentation of how NOT NULL works with partitioning.
Previous Message Robert Haas 2017-03-27 14:54:56 pgsql: Fix improper NULL handling in list partitioning code.