Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73f5c9d

Browse files
author
Neil Conway
committed
Minor consistency improvement.
1 parentf25df82 commit73f5c9d

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)

[8]ページ先頭

©2009-2025 Movatter.jp