Re: to_char replacement

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: to_char replacement
Дата
Msg-id 41F52D9B.7070209@familyhealth.com.au
обсуждение исходный текст
Ответ на to_char replacement  ("Raul Secan" <raul@zerosoft.ro>)
Список pgsql-php
to_char() will still be around for dates, just not for intervals.  You
have nothing to worry about.

Chris

Raul Secan wrote:
>
> Hello, since to_char() function will no longer be available from
> PostgreSQL 8.1 ... I might need to change that from my scripts.
>
> For example I had something like that, which you can see returns the day
> in the format I need:
>
> SELECT TO_CHAR(some_date, 'DD-MM-YYYY') FROM some_table;
>
> Is there anyway to do that without TO_CHAR?

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

Предыдущее
От: "Raul Secan"
Дата:
Сообщение: to_char replacement
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: to_char replacement