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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow moddatetime's target column to be of type timestamptz.
Date: 2010-11-04 20:34:58
Message-ID: E1PE6WQ-0007h4-Gx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Dirk Heinrichs

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5e8b7b0b73b6d0aba4a5a05704601dd031ad0a49

Modified Files
--------------
contrib/spi/moddatetime.c | 36 ++++++++++++++++++++++--------------
doc/src/sgml/contrib-spi.sgml | 4 +++-
2 files changed, 25 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-11-04 21:16:01 pgsql: Include the current value of max_stack_depth in stack depth comp
Previous Message Tom Lane 2010-11-04 19:29:13 pgsql: Use appendStringInfoString() where appropriate in elog.c.