Skip to content

Commit 4108ee9

Browse files
committed
Add single quote.
1 parent f44328b commit 4108ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 2 additions & 2 deletions
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.4 2000/05/02 20:01:52 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.5 2000/05/09 18:27:25 momjian Exp $
33
-->
44

55
<chapter>
@@ -859,7 +859,7 @@ CREATE TABLE emp (
859859
last_date datetime,
860860
last_user name);
861861

862-
CREATE FUNCTION emp_stamp () RETURNS OPAQUE AS
862+
CREATE FUNCTION emp_stamp () RETURNS OPAQUE AS '
863863
BEGIN
864864
-- Check that empname and salary are given
865865
IF NEW.empname ISNULL THEN

0 commit comments

Comments
 (0)