Commit b6cbe9ea authored by Tom Lane's avatar Tom Lane

Doc: typo fix, "PG_" should be "TG_" here.

Too much PG on the brain in commit 769159fd, evidently.
Noted by marcelhuberfoo@gmail.com.

Discussion: https://postgr.es/m/152154834496.11957.17112112802418832865@wrigleys.postgresql.org
parent b5996c27
...@@ -3779,7 +3779,7 @@ ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl ...@@ -3779,7 +3779,7 @@ ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl
command, declaring it as a function with no arguments and a return type of command, declaring it as a function with no arguments and a return type of
<type>trigger</type> (for data change triggers) or <type>trigger</type> (for data change triggers) or
<type>event_trigger</type> (for database event triggers). <type>event_trigger</type> (for database event triggers).
Special local variables named <varname>PG_<replaceable>something</replaceable></varname> are Special local variables named <varname>TG_<replaceable>something</replaceable></varname> are
automatically defined to describe the condition that triggered the call. automatically defined to describe the condition that triggered the call.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment