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

Commit eb63b72

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 57ef2da commit eb63b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,7 @@ ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl
37143714
command, declaring it as a function with no arguments and a return type of
37153715
<type>trigger</> (for data change triggers) or
37163716
<type>event_trigger</> (for database event triggers).
3717-
Special local variables named <varname>PG_<replaceable>something</></> are
3717+
Special local variables named <varname>TG_<replaceable>something</></> are
37183718
automatically defined to describe the condition that triggered the call.
37193719
</para>
37203720

0 commit comments

Comments
 (0)