pgsql: Improve documentation about PRIMARY KEY constraints. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve documentation about PRIMARY KEY constraints.
Date
Msg-id E1aSWU7-0003ht-Ff@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation about PRIMARY KEY constraints.

Get rid of the false implication that PRIMARY KEY is exactly equivalent to
UNIQUE + NOT NULL.  That was more-or-less true at one time in our
implementation, but the standard doesn't say that, and we've grown various
features (many of them required by spec) that treat a pkey differently from
less-formal constraints.  Per recent discussion on pgsql-general.

I failed to resist the temptation to do some other wordsmithing in the
same area.

Branch
------
REL9_2_STABLE

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

Modified Files
--------------
doc/src/sgml/ddl.sgml              | 58 ++++++++++++++++++++------------------
doc/src/sgml/ref/create_table.sgml | 26 ++++++++---------
2 files changed, 44 insertions(+), 40 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve documentation about PRIMARY KEY constraints.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix overeager pushdown of HAVING clauses when grouping sets are