Re: TIMESTAMP vs TIMESTAMP WITHOUT TIME ZONE - Mailing list pgsql-general

From Shane
Subject Re: TIMESTAMP vs TIMESTAMP WITHOUT TIME ZONE
Date
Msg-id 20051110224428.GA20308@cm.nu
Whole thread Raw
In response to Re: TIMESTAMP vs TIMESTAMP WITHOUT TIME ZONE  (juleni@livetrade.cz)
Responses Re: TIMESTAMP vs TIMESTAMP WITHOUT TIME ZONE  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
On Thu, Nov 10, 2005 at 06:01:22PM +0100, juleni@livetrade.cz wrote:
> Thanks for answer, I will use TIMESTAMP WITH TIMEZONE.

The only thing I would add is you don't seem to be able to
index a part of the timestamp with time zone value.  As an
example, I had a table with around 10m rows where I wanted
to query by date.  In order to add an index liki
date_part(mytimestamp), you need to use timestamp without
time zone.

S

--
http://www.cm.nu/~shane/

pgsql-general by date:

Previous
From: Dianne Yumul
Date:
Subject: Restoring from filesystem backup
Next
From: Dennis Veatch
Date:
Subject: A good postgresql book