From: Bruce Momjian Date: Tue, 9 Apr 2002 02:43:25 +0000 (+0000) Subject: Fix markup problem with recent change. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3b59abdaee6caa918a0fa6d9deef312006d99df3;p=users%2Fbernd%2Fpostgres.git Fix markup problem with recent change. --- diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml index 56022b5ace..e7f72054a6 100644 --- a/doc/src/sgml/plsql.sgml +++ b/doc/src/sgml/plsql.sgml @@ -1691,10 +1691,10 @@ SELECT reffunc2(); reffunc2 -------------------- - + >unnamed cursor 1< (1 row) -FETCH ALL IN ""; +FETCH ALL IN ">unnamed cursor 1<"; COMMIT;