Re: Get Unix timestamp from SQL timestamp through libpq

Поиск
Список
Период
Сортировка
От Vincenzo Romano
Тема Re: Get Unix timestamp from SQL timestamp through libpq
Дата
Msg-id 3eff28921001102258y32264df2o61eb69ac19e756bb@mail.gmail.com
обсуждение исходный текст
Ответ на Get Unix timestamp from SQL timestamp through libpq  (Yan Cheng Cheok <yccheok@yahoo.com>)
Ответы Re: Get Unix timestamp from SQL timestamp through libpq  (Yan Cheng Cheok <yccheok@yahoo.com>)
Список pgsql-general
Give a try to:

man 2 time
man 3 ctime


2010/1/11 Yan Cheng Cheok <yccheok@yahoo.com>:
> I know I can convert SQL timestamp to unix timestamp, using the following way.
>
> SELECT extract(epoch FROM now());
>
> Now, I have a stored procedure function, which will directly return a table row to the caller. One of the row field
is"timestamp" type. 
>
> In my application, I am using libpq. I wish to use libpq functions (or any c/c++ function), to convert "2010-01-11
13:10:55.283"into unix timestamp. Off course, I can create another stored procedure named 
>
> SQLTimestamp2UnixTimestamp
> SELECT extract(epoch FROM $1);
>
> But I just wish to accomplish this task with a single c/c++ function call, without involving stored procedure.
>
> Any suggestion? Thanks!
>
> Thanks and Regards
> Yan Cheng CHEOK
>
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>



--
Vincenzo Romano
NotOrAnd Information Technologies
cel. +39 339 8083886  | gtalk. vincenzo.romano@notorand.it
fix. +39 0823 454163  | skype. notorand.it
fax. +39 02 700506964 | msn.   notorand.it
NON QVIETIS MARIBVS NAVTA PERITVS

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

Предыдущее
От: Anisha Kaul
Дата:
Сообщение: Re: pgsql2shp usage
Следующее
От: Yan Cheng Cheok
Дата:
Сообщение: Re: Get Unix timestamp from SQL timestamp through libpq