postgresql/doc
Tom Lane 65f1510a82 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.
2016-02-07 16:02:44 -05:00
..
src Improve documentation about PRIMARY KEY constraints. 2016-02-07 16:02:44 -05:00
bug.template Stamp 9.5.0. 2016-01-04 16:29:34 -05:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO