diff -c -r --new-file pgsql.00/doc/src/sgml/plpgsql.sgml pgsql.001/doc/src/sgml/plpgsql.sgml *** pgsql.00/doc/src/sgml/plpgsql.sgml 2005-06-06 15:29:00.000000000 +0200 --- pgsql.001/doc/src/sgml/plpgsql.sgml 2005-06-12 21:27:56.000000000 +0200 *************** *** 2515,2523 **** Inside the format string, % is replaced by the next optional argument's string representation. Write ! %% to emit a literal %. Note ! that the optional arguments must presently be simple variables, ! not expressions, and the format must be a simple string literal.