mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Add single quote.
This commit is contained in:
parent
f44328b2b8
commit
4108ee962a
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
@ -859,7 +859,7 @@ CREATE TABLE emp (
|
|||||||
last_date datetime,
|
last_date datetime,
|
||||||
last_user name);
|
last_user name);
|
||||||
|
|
||||||
CREATE FUNCTION emp_stamp () RETURNS OPAQUE AS
|
CREATE FUNCTION emp_stamp () RETURNS OPAQUE AS '
|
||||||
BEGIN
|
BEGIN
|
||||||
-- Check that empname and salary are given
|
-- Check that empname and salary are given
|
||||||
IF NEW.empname ISNULL THEN
|
IF NEW.empname ISNULL THEN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user