projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18a88a
)
Doc: typo fix, "PG_" should be "TG_" here.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 20 Mar 2018 15:34:12 +0000
(11:34 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 20 Mar 2018 15:34:12 +0000
(11:34 -0400)
Too much PG on the brain in commit
769159fd3
, evidently.
Noted by marcelhuberfoo@gmail.com.
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 2a6d1c6896442b3d4498495a93dc70d2c06ccf4b..cc9993e609d39a87bcc94137ddc7a44bdcb0cb78 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-3714,7
+3714,7
@@
ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl
command, declaring it as a function with no arguments and a return type of
<type>trigger</> (for data change triggers) or
<type>event_trigger</> (for database event triggers).
- Special local variables named <varname>
P
G_<replaceable>something</></> are
+ Special local variables named <varname>
T
G_<replaceable>something</></> are
automatically defined to describe the condition that triggered the call.
</para>