pgsql: Improve documentation of how NOT NULL works with partitioning.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation of how NOT NULL works with partitioning.
Date: 2017-03-27 15:04:09
Message-ID: E1csWBl-00079V-OP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation of how NOT NULL works with partitioning.

Amit Langote

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d65561464f45d325e82ad91918bcd4e2881ce567

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2017-03-27 15:35:29 pgsql: Improve performance of find_tabstat_entry()/get_tabstat_entry()
Previous Message Robert Haas 2017-03-27 15:00:25 pgsql: Tidy up the CREATE TABLE documentation for partitioning.