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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
