Re: timestamp

Поиск
Список
Период
Сортировка
От Vincent Hikida
Тема Re: timestamp
Дата
Msg-id 01a701c32ca5$bb24e850$6601a8c0@HOMEOFFICE
обсуждение исходный текст
Ответ на timestamp  (Marc Cuypers <mail@mgvd.be>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Fitzmyers
Дата:
Сообщение: Re: Backups and restores.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Optimizer failure on integer column?