Skip to content

Commit 73f5c9d

Browse files
author
Neil Conway
committed
Minor consistency improvement.
1 parent f25df82 commit 73f5c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.60 2005/02/10 06:08:22 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.61 2005/02/14 00:54:26 neilc Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -2677,7 +2677,7 @@ CREATE OR REPLACE FUNCTION process_emp_audit() RETURNS TRIGGER AS $emp_audit$
26772677
END IF;
26782678
RETURN NULL; -- result is ignored since this is an AFTER trigger
26792679
END;
2680-
$emp_audit$ language plpgsql;
2680+
$emp_audit$ LANGUAGE plpgsql;
26812681

26822682
CREATE TRIGGER emp_audit
26832683
AFTER INSERT OR UPDATE OR DELETE ON emp

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy