Re: Datetime as a time_t?

Поиск
Список
Период
Сортировка
От Michael Fork
Тема Re: Datetime as a time_t?
Дата
Msg-id Pine.BSI.4.21.0004061546050.26917-100000@glass.toledolink.com
обсуждение исходный текст
Ответ на Datetime as a time_t?  (Ryan Bradetich <ryan_bradetich@hp.com>)
Список pgsql-sql
I have done the following to return a datetime field in unix form:

select datepart('epoch', datetime) from table;

Michael Fork - CCNA - MCP - A+
Network Support - Toledo Internet Access - Toledo Ohio

On Thu, 6 Apr 2000, Ryan Bradetich wrote:

> Hello,
> 
> Does anyone know how to extract a datetime field as a time_t?
> My understanding is that PostgreSQL stores dates internally
> as a time_t, but I have not figured out how to extract them in
> that format.
> 
> I have looked at the casting, and the set datestyles so far.
> Any ideas?
> 
> Thanks,
> 
> -Ryan
> 
> P.S. I am using PostgreSQL 6.5.3
> 
> 



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

Предыдущее
От: Frank Bax
Дата:
Сообщение: update only if single row
Следующее
От: "tjk@tksoft.com"
Дата:
Сообщение: Re: update only if single row