Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663aaba commit 0a3ccafCopy full SHA for 0a3ccaf
doc/src/sgml/plsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="plpgsql">
@@ -1691,10 +1691,10 @@ SELECT reffunc2();
1691
1692
reffunc2
1693
--------------------
1694
- <unnamed cursor 1>
+ >unnamed cursor 1<
1695
(1 row)
1696
1697
-FETCH ALL IN "<unnamed cursor 1>";
+FETCH ALL IN ">unnamed cursor 1<";
1698
COMMIT;
1699
</programlisting>
1700
</para>
0 commit comments