Index: doc/src/sgml/rules.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/rules.sgml,v retrieving revision 1.41 diff -c -r1.41 rules.sgml *** doc/src/sgml/rules.sgml 29 Jan 2005 23:45:36 -0000 1.41 --- doc/src/sgml/rules.sgml 11 May 2005 19:19:59 -0000 *************** *** 902,910 **** Keep the syntax ! CREATE RULE rule_name AS ON event ! TO object [WHERE rule_qualification] ! DO [ALSO|INSTEAD] [action | (actions) | NOTHING]; in mind. --- 902,910 ---- Keep the syntax ! CREATE [ OR REPLACE ] RULE name AS ON event ! TO table [ WHERE condition ] ! DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) } in mind.