pgsql: Improve documentation about PRIMARY KEY constraints.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve documentation about PRIMARY KEY constraints.
Дата
Msg-id E1aSWU7-0003hq-Fc@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

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

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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation about PRIMARY KEY constraints.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation about PRIMARY KEY constraints.