Re: How to insert "date" as timestamp

From: Roland Walter <rwa(at)mosaic-ag(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: aydin(dot)toprak(at)intengo(dot)com, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to insert "date" as timestamp
Date: 2005-10-13 08:08:51
Message-ID: 434E1613.5040004@mosaic-ag.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kevin Grittner schrieb:
> Hi,
>
> Is your object a java.util.Date, a java.sql.Date, or a
> java.sql.Timestamp? Do you want the column in the database to
> store only a date, or combined date and time? If you want the
> column to store a combined date and time, you should define it
> as TIMESTAMP WITH TIME ZONE unless you have some very
> unusual need to have a timestamp that represents a different
> moment in each time zone.
>

You should have mentioned, that for the correct use of timestamp with
timezone, he needs the jdbc-driver from the CVS.

As far as I know, the bugfixes are not in the released drivers, yet.

And I would use TIMESTAMP without a time zone, in the case I know all
database clients are in the same time zone.

Regards,
Roland.
--
Roland Walter phone: +49 (0) 22 25 / 88 2-41 1
MOSAIC SOFTWARE AG fax: +49 (0) 22 25 / 88 2-20 1
Am Pannacker 3 mailto: rwa (at) mosaic-ag (dot) com
D-53340 Meckenheim http://www.mosaic-ag.com
------- L E G A L D I S C L A I M E R ---------

Die Informationen in dieser Nachricht sind vertraulich
und ausschliesslich fuer den Adressaten bestimmt.
Kenntnisnahme durch Dritte ist unzulaessig. Die
Erstellung von Kopien oder das Weiterleiten an weitere,
nicht originaere und benannte Adressaten ist nicht
vorgesehen und kann ungesetzlich sein. Die Meinungen
in dieser Nachricht stellen lediglich die Meinungen
des Senders dar. Falls Sie vermuten, dass diese
Nachricht veraendert wurde, setzen Sie sich mit dem
Absender in Verbindung. Der Absender uebernimmt ohne
weitere Ueberpruefung keine Verantwortung fuer die
Richtigkeit und Vollstaendigkeit des Inhalts. Unbefugte
Empfaenger werden gebeten, die Vertraulichkeit der
Nachricht zu wahren und den Absender sofort ueber
einen Uebertragungsfehler zu informieren.
------------------------------------------------------

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Aydın Toprak 2005-10-13 08:33:38 Re: How to insert "date" as timestamp
Previous Message Kevin Grittner 2005-10-13 06:50:16 Re: How to insert "date" as timestamp