Re: time stamp

From: "nimeshb" <nimeshb(at)syscon-intl(dot)com>
To: "Mark McEahern" <marklists(at)mceahern(dot)com>, "Brian McCane" <bmccane(at)mccons(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: time stamp
Date: 2002-06-20 16:07:26
Message-ID: 002701c21874$924a21c0$110a11ac@sysconintl.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I am migrating our database from ingres to postgres and I want a replica of
ingres database into postgres for
this I had to write a lot of scripts but I don't know how to take care of
this problem as postgres this
by default.When I retrieve it with a select query it comes with ZONE but you
are right may be
the programmers would be able to do whatever they want without any
problem.Thanks anyway !

Nimesh
----- Original Message -----
From: "Mark McEahern" <marklists(at)mceahern(dot)com>
To: "nimeshb" <nimeshb(at)syscon-intl(dot)com>; "Brian McCane" <bmccane(at)mccons(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Sent: Thursday, June 20, 2002 10:54 AM
Subject: Re: [ADMIN] time stamp

> > CREATE TABLE test (ts TIMESTAMP WITHOUT TIME ZONE) ; doesn't work. It
> > creates that table but
> > when you insert a value without time zone it stll appends -05 as time
> > zone(my datestyle is US and since my time is EST it appends 05 on its
own
> > and that sucks )
>
> Why do you care how pg stores the field? Are you able to retrieve it and
do
> the stuff you need to do?
>
> // m
>
> -
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-06-20 16:48:37 Re: time stamp
Previous Message Mark McEahern 2002-06-20 15:54:46 Re: time stamp