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:12 -0400 |
commit | 8bcdba9a20a836afdfcc6e8bff2c81c207775f5c (patch) | |
tree | d358f21400e72fcae18cee9cfd3b1c5e3515c348 /doc/src/sgml/plpgsql.sgml | |
parent | d18a88acf2d1591f9332bdb1da918037c90d3aa0 (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/sgml/plpgsql.sgml')
-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 2a6d1c68964..cc9993e609d 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> |