Re: timestamp with timezone

From: Shankar K <shan0075(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: timestamp with timezone
Date: 2003-09-12 17:47:55
Message-ID: 20030912174755.46442.qmail@web21105.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

oops forgot to mention, database version is 7.3.2

--- Shankar K <shan0075(at)yahoo(dot)com> wrote:
> Folks,
>
> Our databases stores most of the dates as timestamp
> with timezone format, so the data looks like this...
>
> 09/12/2003 12:51:31.268 PDT
> 09/12/2003 12:50:20 PDT
>
> some has centiseconds in them along with TZ. Now i'm
> wondering is there a way to just extract date and
> timestamp alone leaving the centisecods as well the
> TZ
> part.
>
> does pg_dump utility has any options to trunc this
> while it exports data ?
>
> cheers,
> shankar
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
>

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-12 18:14:04 Re: object creation date
Previous Message Shankar K 2003-09-12 17:41:06 timestamp with timezone