*** pgsql/doc/src/sgml/ref/declare.sgml 2007/10/24 23:27:07 1.42 --- pgsql/doc/src/sgml/ref/declare.sgml 2008/11/04 00:57:19 1.43 *************** *** 1,5 **** --- 1,5 ---- *************** DECLARE n *** 175,184 **** PostgreSQL reports an error if such a command is used outside a transaction block. Use ! , ! and ! to define a transaction block. --- 175,183 ---- PostgreSQL reports an error if such a command is used outside a transaction block. Use ! and ! (or ) to define a transaction block.