]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix rule rewriter so that new ordering of ON INSERT actions applies
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jul 2001 23:50:32 +0000 (23:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jul 2001 23:50:32 +0000 (23:50 +0000)
commitcb052e0bf139c3e51def0966e328f1f5779e442a
tree4373d5db3ad1595893c2e31ae6382687f7d2e446
parent4fe42dfbc3bafa0ea615239d716a6b37d67da253
Fix rule rewriter so that new ordering of ON INSERT actions applies
in cases of qualified rules as well as unqualified ones.  Tweak rules
test to avoid cluttering output with dummy SELECT results.  Update
documentation to match code.
doc/src/sgml/ref/create_rule.sgml
doc/src/sgml/rules.sgml
src/backend/rewrite/rewriteHandler.c
src/test/regress/expected/rules.out
src/test/regress/sql/rules.sql