diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/contrib-spi.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/contrib-spi.sgml b/doc/src/sgml/contrib-spi.sgml index 0f5a1f6787a..a8761f61b7a 100644 --- a/doc/src/sgml/contrib-spi.sgml +++ b/doc/src/sgml/contrib-spi.sgml @@ -211,7 +211,9 @@ CREATE TABLE mytab ( <para> To use, create a <literal>BEFORE UPDATE</> trigger using this function. Specify a single trigger - argument: the name of the <type>timestamp</> column to be modified. + argument: the name of the column to be modified. + The column must be of type <type>timestamp</> or <type>timestamp with + time zone</>. </para> <para> |