diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-03-20 11:34:12 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-03-20 11:34:25 -0400 |
commit | b6cbe9ea1a6e6879926318158d73d430c14aca90 (patch) | |
tree | 6a3908bfb66780cec9e6faabd019347d0ec51e1c /doc/src | |
parent | b5996c2791f36a79332e3cb7130e9125a0372730 (diff) |
Doc: typo fix, "PG_" should be "TG_" here.
Too much PG on the brain in commit 769159fd3, evidently.
Noted by marcelhuberfoo@gmail.com.
Discussion: https://postgr.es/m/152154834496.11957.17112112802418832865@wrigleys.postgresql.org
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 6c25116538a..7ed926fd51e 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -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 <type>trigger</type> (for data change triggers) or <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. </para> |