Commit f8f0ff6b authored by Tatsuo Ishii's avatar Tatsuo Ishii

Example program lacks RETURN

parent 82b889a0
<!--
$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 $
-->
<chapter id="plpgsql">
......@@ -307,6 +307,8 @@ BEGIN
END;
RAISE NOTICE ''Quantity here is %'',quantity; -- Quantity here is 50
RETURN quantity;
END;
' LANGUAGE 'plpgsql';
</programlisting>
......
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