summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/plpgsql.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index 2cb0358292f..c878373b5e2 100644
--- 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>PG_<replaceable>something</></> are
+ Special local variables named <varname>TG_<replaceable>something</></> are
automatically defined to describe the condition that triggered the call.
</para>