diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-11-04 16:34:47 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-11-04 16:34:47 -0400 |
commit | 5e8b7b0b73b6d0aba4a5a05704601dd031ad0a49 (patch) | |
tree | 1878c60e5078155c0e5cdeb731958d25cbe3f38f /doc/src | |
parent | 09211659d9d8fd62f9de09703c90ed4f072c4a47 (diff) | |
download | postgresql-5e8b7b0b73b6d0aba4a5a05704601dd031ad0a49.tar.gz postgresql-5e8b7b0b73b6d0aba4a5a05704601dd031ad0a49.zip |
Allow moddatetime's target column to be of type timestamptz.
Dirk Heinrichs
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> |