Re: Problem with timestamp - Pls help - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Problem with timestamp - Pls help
Date
Msg-id 20030919085901.F1519@megazone.bigpanda.com
Whole thread Raw
In response to Re: Problem with timestamp - Pls help  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-sql
On Fri, 19 Sep 2003, Stephan Szabo wrote:

> On Fri, 19 Sep 2003, Kumar wrote:
>
> > Dear Friends,
> >
> > I am using Postgres 7.3.4 on Linux server 7.3.
> >
> > I wanted to update one column of my table with now() or timestamp. And I want that timestamp of format
------------------------
>
> >  2003-09-19 18:39:08.13
>
> I think select CAST(CURRENT_TIMESTAMP(0) AS timestamp without time zone)

I meant (2) above.


pgsql-sql by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: virus warning
Next
From: Tom Lane
Date:
Subject: Re: Problem with timestamp - Pls help