for_update_of_typo_fix.patch
application/octet-stream
Filename: for_update_of_typo_fix.patch
Type: application/octet-stream
Part: 0
Message:
Column-level trigger doc typo fix
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/create_trigger.sgml | 1 | 1 |
diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml
index e697ab6..6818285 100644
--- a/doc/src/sgml/ref/create_trigger.sgml
+++ b/doc/src/sgml/ref/create_trigger.sgml
@@ -365,7 +365,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
</para>
<para>
- A column-specific trigger (<literal>FOR UPDATE OF
+ A column-specific trigger (<literal>UPDATE OF
<replaceable>column_name</replaceable></literal>) will fire when any
of its columns are listed as targets in the <command>UPDATE</>
command's <literal>SET</> list. It is possible for a column's value