Обсуждение: [DOCS] typo

Поиск
Список
Период
Сортировка

[DOCS] typo

От
cyril.auburtin@gmail.com
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/ddl-constraints.html
Description:

https://www.postgresql.org/docs/9.6/static/ddl-constraints.html#DDL-CONSTRAINTS-FK

"If someone removes an order, the order items are removed as well"

should be " If someone removes a product..."



Re: [DOCS] typo

От
"David G. Johnston"
Дата:
On Wed, May 17, 2017 at 6:13 AM, <cyril.auburtin@gmail.com> wrote:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/ddl-constraints.html
Description:

https://www.postgresql.org/docs/9.6/static/ddl-constraints.html#DDL-CONSTRAINTS-FK

&quot;If someone removes an order, the order items are removed as well&quot;

should be &quot; If someone removes a product...&quot;

​No, the wording in the docs is accurate.  It might be better to say "implement the following two policies"...that second sentence is part of the overall policy being described.  The policy has two components which is why both FK constraints were changed.

David J.