We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5996c2 commit b6cbe9eCopy full SHA for b6cbe9e
doc/src/sgml/plpgsql.sgml
@@ -3779,7 +3779,7 @@ ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl
3779
command, declaring it as a function with no arguments and a return type of
3780
<type>trigger</type> (for data change triggers) or
3781
<type>event_trigger</type> (for database event triggers).
3782
- Special local variables named <varname>PG_<replaceable>something</replaceable></varname> are
+ Special local variables named <varname>TG_<replaceable>something</replaceable></varname> are
3783
automatically defined to describe the condition that triggered the call.
3784
</para>
3785
0 commit comments