Fix rule rewriter so that new ordering of ON INSERT actions applies

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cb052e0bf139c3e51def0966e328f1f5779e442a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-07-09T23:50:32Z
Releases: 7.2.1
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.

Files