Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f8f0ff6

Browse files
committed
Example program lacks RETURN
1 parent 82b889a commit f8f0ff6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 3 additions & 1 deletion
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.35 2001/05/28 19:33:24 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.36 2001/09/10 06:30:43 ishii Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -307,6 +307,8 @@ BEGIN
307307
END;
308308

309309
RAISE NOTICE ''Quantity here is %'',quantity; -- Quantity here is 50
310+
311+
RETURN quantity;
310312
END;
311313
' LANGUAGE 'plpgsql';
312314
</programlisting>

0 commit comments

Comments
 (0)