to_char replacement

Поиск
Список
Период
Сортировка
От Raul Secan
Тема to_char replacement
Дата
Msg-id 001401c50234$66a0b410$0a10a8c0@zerosoft.ro
обсуждение исходный текст
Ответы Re: to_char replacement  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: to_char replacement  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-php
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 по дате отправления:

Предыдущее
От: Michelle Konzack
Дата:
Сообщение: base64 encoded images plus php
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: to_char replacement