Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6cbe9e

Browse filesBrowse files
committed
Doc: typo fix, "PG_" should be "TG_" here.
Too much PG on the brain in commit 769159f, evidently. Noted by marcelhuberfoo@gmail.com. Discussion: https://postgr.es/m/152154834496.11957.17112112802418832865@wrigleys.postgresql.org
1 parent b5996c2 commit b6cbe9e
Copy full SHA for b6cbe9e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/src/sgml/plpgsql.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/plpgsql.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3779,7 +3779,7 @@ ASSERT <replaceable class="parameter">condition</replaceable> <optional> , <repl
37793779
command, declaring it as a function with no arguments and a return type of
37803780
<type>trigger</type> (for data change triggers) or
37813781
<type>event_trigger</type> (for database event triggers).
3782-
Special local variables named <varname>PG_<replaceable>something</replaceable></varname> are
3782+
Special local variables named <varname>TG_<replaceable>something</replaceable></varname> are
37833783
automatically defined to describe the condition that triggered the call.
37843784
</para>
37853785

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.