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 82b889a commit f8f0ff6Copy full SHA for f8f0ff6
doc/src/sgml/plsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.35 2001/05/28 19:33:24 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.36 2001/09/10 06:30:43 ishii Exp $
3
-->
4
5
<chapter id="plpgsql">
@@ -307,6 +307,8 @@ BEGIN
307
END;
308
309
RAISE NOTICE ''Quantity here is %'',quantity; -- Quantity here is 50
310
+
311
+ RETURN quantity;
312
313
' LANGUAGE 'plpgsql';
314
</programlisting>
0 commit comments