pgsql: Recommend triggers, not rules, in the CREATE VIEW reference page

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Recommend triggers, not rules, in the CREATE VIEW reference page
Дата
Msg-id E1TfGvl-0005IN-KM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Recommend triggers, not rules, in the CREATE VIEW reference page.

We've generally recommended use of INSTEAD triggers over rules since that
feature was added; but this old text in the CREATE VIEW reference page
didn't get the memo.  Noted by Thomas Kellerer.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7e487c1b0acbb26a481e64570dcbfe39b3e54abb

Modified Files
--------------
doc/src/sgml/ref/create_view.sgml |    7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Reduce scope of changes for COPY FREEZE.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Recommend triggers, not rules, in the CREATE VIEW reference page