1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Allow moddatetime's target column to be of type timestamptz.

Dirk Heinrichs
This commit is contained in:
Tom Lane
2010-11-04 16:34:47 -04:00
parent 09211659d9
commit 5e8b7b0b73
2 changed files with 25 additions and 15 deletions

View File

@ -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>