pgsql: Clarify referential actions in docs of CREATE/ALTER TABLE

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Clarify referential actions in docs of CREATE/ALTER TABLE
Дата
Msg-id E1gcgpS-0008VG-V9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clarify referential actions in docs of CREATE/ALTER TABLE

The documentation of ON DELETE and ON UPDATE uses the term "action",
which is also used on the ALTER TABLE page for other purposes.  This
commit renames the term to "referential_action", which is more
consistent with the SQL specification.  The new term is now used on the
documentation of both CREATE TABLE and ALTER TABLE for consistency.

Reported-by: Brigitte Blanc-Lafay
Author: Lætitia Avrot
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/CAB_COdiHEVVs0uB+uYCjjYUwQ4YFFekppq+Xqv6qAM8+cd42gA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f7ea1a42337f45efed7c4d44f50f62a55e60d30c

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml  |  4 ++--
doc/src/sgml/ref/create_table.sgml | 11 ++++++-----
2 files changed, 8 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Reduce length of GIN predicate locking isolation test suite
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Rewrite ExecPartitionCheckEmitError for clarity