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 f44328b commit 4108ee9Copy full SHA for 4108ee9
doc/src/sgml/plsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.4 2000/05/02 20:01:52 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.5 2000/05/09 18:27:25 momjian Exp $
3
-->
4
5
<chapter>
@@ -859,7 +859,7 @@ CREATE TABLE emp (
859
last_date datetime,
860
last_user name);
861
862
-CREATE FUNCTION emp_stamp () RETURNS OPAQUE AS
+CREATE FUNCTION emp_stamp () RETURNS OPAQUE AS '
863
BEGIN
864
-- Check that empname and salary are given
865
IF NEW.empname ISNULL THEN
0 commit comments