]> granicus.if.org Git - postgresql/commitdiff
Doc: typo fix, "PG_" should be "TG_" here.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Mar 2018 15:34:12 +0000 (11:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Mar 2018 15:34:25 +0000 (11:34 -0400)
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

doc/src/sgml/plpgsql.sgml

index 6c25116538a30ded0bc4a53e38ef9ed88dab1b41..7ed926fd51e65b481bb567fd1fb7fe1e75b8d76b 100644 (file)
@@ -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>