Re: timestamp - Mailing list pgsql-general

From Vincent Hikida
Subject Re: timestamp
Date
Msg-id 01a701c32ca5$bb24e850$6601a8c0@HOMEOFFICE
Whole thread Raw
In response to timestamp  (Marc Cuypers <mail@mgvd.be>)
List pgsql-general
Try

INSERT INTO tt VALUES (now()+100);

Vincent Hikida,
Member of Technical Staff - Urbana Software, Inc.
"A Personalized Learning Experience"

www.UrbanaSoft.com

----- Original Message -----
From: "Marc Cuypers" <mail@mgvd.be>
To: <pgsql-general@postgresql.org>
Sent: Wednesday, June 04, 2003 5:43 AM
Subject: [GENERAL] timestamp


> Hi,
>
> How do insert a timestamp in a timestamp field.
>
> insert into table (tt) values (now()+100)
>
> doesn't seem to work
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-general by date:

Previous
From: Jeff Fitzmyers
Date:
Subject: Re: Backups and restores.
Next
From: Tom Lane
Date:
Subject: Re: Optimizer failure on integer column?