projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ef2da
)
Doc: typo fix, "PG_" should be "TG_" here.
author
Tom Lane
Tue, 20 Mar 2018 15:34:12 +0000
(11:34 -0400)
committer
Tom Lane
Tue, 20 Mar 2018 15:34:12 +0000
(11:34 -0400)
Too much PG on the brain in commit
769159fd3
, evidently.
Noted by
[email protected]
.
Discussion: https://postgr.es/m/
152154834496
.11957.
17112112802418832865
@wrigleys.postgresql.org
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index 2cb0358292f1aa32e1a2ffeb5774f9098369a9f4..c878373b5e2726b0ce525ab7796eebcbbcbb8af9 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-3714,7
+3714,7
@@
ASSERT
condition
,
command, declaring it as a function with no arguments and a return type of
trigger> (for data change triggers) or
event_trigger> (for database event triggers).
- Special local variables named
P
G_
something>> are
+ Special local variables named
T
G_
something>> are
automatically defined to describe the condition that triggered the call.