Thanks to visit codestin.com Credit goes to github.com
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 f25df82 commit 73f5c9dCopy full SHA for 73f5c9d
doc/src/sgml/plpgsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.60 2005/02/10 06:08:22 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.61 2005/02/14 00:54:26 neilc Exp $
3
-->
4
5
<chapter id="plpgsql">
@@ -2677,7 +2677,7 @@ CREATE OR REPLACE FUNCTION process_emp_audit() RETURNS TRIGGER AS $emp_audit$
2677
END IF;
2678
RETURN NULL; -- result is ignored since this is an AFTER trigger
2679
END;
2680
-$emp_audit$ language plpgsql;
+$emp_audit$ LANGUAGE plpgsql;
2681
2682
CREATE TRIGGER emp_audit
2683
AFTER INSERT OR UPDATE OR DELETE ON emp
0 commit comments