I haven't found anything about saveponds in the release notes, so I guess this is a typo :-)
Index: doc/src/sgml/ref/psql-ref.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v retrieving revision 1.151 diff -u -r1.151 psql-ref.sgml --- doc/src/sgml/ref/psql-ref.sgml 28 Oct 2005 02:39:07 -0000 1.151 +++ doc/src/sgml/ref/psql-ref.sgml 30 Oct 2005 01:20:27 -0000 @@ -2107,7 +2107,7 @@ files. When <literal>off</> (the default), a statement in a transaction block that generates an error aborts the entire transaction. The on_error_rollback-on mode works by issuing an - implicit <command>SAVEPONT</> for you, just before each command + implicit <command>SAVEPOINT</> for you, just before each command that is in a transaction block, and rolls back to the savepoint on error. </para>
---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match