Commit 0a3ccaff authored by Bruce Momjian's avatar Bruce Momjian

Fix markup problem with recent change.

parent 663aabaa
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.55 2002/04/09 02:31:58 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.56 2002/04/09 02:43:25 momjian Exp $
--> -->
<chapter id="plpgsql"> <chapter id="plpgsql">
...@@ -1691,10 +1691,10 @@ SELECT reffunc2(); ...@@ -1691,10 +1691,10 @@ SELECT reffunc2();
reffunc2 reffunc2
-------------------- --------------------
<unnamed cursor 1> &gt;unnamed cursor 1&lt;
(1 row) (1 row)
FETCH ALL IN "<unnamed cursor 1>"; FETCH ALL IN "&gt;unnamed cursor 1&lt;";
COMMIT; COMMIT;
</programlisting> </programlisting>
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment