Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b6cbe9e

Browse files
committed
Doc: typo fix, "PG_" should be "TG_" here.
Too much PG on the brain in commit 769159f, evidently. Noted by marcelhuberfoo@gmail.com. Discussion: https://postgr.es/m/152154834496.11957.17112112802418832865@wrigleys.postgresql.org
1 parent b5996c2 commit b6cbe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3779,7 +3779,7 @@ ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl
37793779
command, declaring it as a function with no arguments and a return type of
37803780
<type>trigger</type> (for data change triggers) or
37813781
<type>event_trigger</type> (for database event triggers).
3782-
Special local variables named <varname>PG_<replaceable>something</replaceable></varname> are
3782+
Special local variables named <varname>TG_<replaceable>something</replaceable></varname> are
37833783
automatically defined to describe the condition that triggered the call.
37843784
</para>
37853785

0 commit comments

Comments
 (0)