Output from 'timestamp' column!?

From: "Jack Zhu" <jzhu(at)netcom-sys(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Output from 'timestamp' column!?
Date: 2000-05-02 22:01:28
Message-ID: NDBBJFPPMJIBCJDIGANMIEMKCAAA.jzhu@netcom-sys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi, all:

PostgreSQL 7 Beta 5 on Red hat Linux 6.0

We have a a table which has a column col_a with 'timestamp' data type. When
insert time value to this column, we use format which is 'MM/DD/YYYY
HH24:MI:SS' (such as '05/01/2000 13:20:02'). Insertion is OK.

But when we try to read this column, the output is '05/01/2000
13:20:02.20-04', which is not what we need. We don't need the '.20-04' part
of the output, that is nano second and time zone part.

Is there any ways that make the output doesn't contain the nano second and
time zone part?

Thnx a lot!

Jack

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message brianb 2000-05-03 02:32:06 pg_sorttemp files
Previous Message Vladimir V. Zolotych 2000-05-02 14:19:02 RULE bug?