mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
doc: Update uses of the word "procedure"
Historically, the term procedure was used as a synonym for function in Postgres/PostgreSQL. Now we have procedures as separate objects from functions, so we need to clean up the documentation to not mix those terms. In particular, mentions of "trigger procedures" are changed to "trigger functions", and access method "support procedures" are changed to "support functions". (The latter already used FUNCTION in the SQL syntax anyway.) Also, the terminology in the SPI chapter has been cleaned up. A few tests, examples, and code comments are also adjusted to be consistent with documentation changes, but not everything. Reported-by: Peter Geoghegan <pg@bowt.ie> Reviewed-by: Jonathan S. Katz <jonathan.katz@excoventures.com>
This commit is contained in:
@@ -348,7 +348,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
This specifies whether the trigger procedure should be fired
|
||||
This specifies whether the trigger function should be fired
|
||||
once for every row affected by the trigger event, or just once
|
||||
per SQL statement. If neither is specified, <literal>FOR EACH
|
||||
STATEMENT</literal> is the default. Constraint triggers can only
|
||||
|
||||
Reference in New Issue
Block a user