Re: localtime(0)

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: localtime(0)
Дата
Msg-id 54A19EE1.3090707@iol.ie
обсуждение исходный текст
Ответ на Re: localtime(0)  (Suresh Raja <suresh.rajaabc@gmail.com>)
Ответы Re: localtime(0)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 29/12/2014 17:25, Suresh Raja wrote:
> clock_timestamp() gives more than I need. i just need time, - no date,
> or msec or timezone.  How can i get to print the current time alone.
>

Please don't top-post; the convention on this list is to bottom-post, as
it makes discussions easier to follow.

Depending on your needs, you could use to_char() to format the value of
clock_timestamp() as you wish. This outputs a string rather than a time
value, but would be fine for logging, say.

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ON_ERROR_ROLLBACK
Следующее
От: Tom Lane
Дата:
Сообщение: Re: localtime(0)