Skip to content

Commit 0a3ccaf

Browse files
committed
Fix markup problem with recent change.
1 parent 663aaba commit 0a3ccaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.55 2002/04/09 02:31:58 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.56 2002/04/09 02:43:25 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1691,10 +1691,10 @@ SELECT reffunc2();
16911691

16921692
reffunc2
16931693
--------------------
1694-
<unnamed cursor 1>
1694+
&gt;unnamed cursor 1&lt;
16951695
(1 row)
16961696

1697-
FETCH ALL IN "<unnamed cursor 1>";
1697+
FETCH ALL IN "&gt;unnamed cursor 1&lt;";
16981698
COMMIT;
16991699
</programlisting>
17001700
</para>

0 commit comments

Comments
 (0)