Re: Problem with timestamp - Pls help

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Problem with timestamp - Pls help
Дата
Msg-id 20030919083808.K212@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Problem with timestamp - Pls help  ("Kumar" <sgnerd@yahoo.com.sg>)
Ответы Re: Problem with timestamp - Pls help
Re: Problem with timestamp - Pls help
Список pgsql-sql
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)
may get you what you want without having to rely on the text format.


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Backup of multiple tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with timestamp - Pls help