to_char replacement - Mailing list pgsql-php

From Raul Secan
Subject to_char replacement
Date
Msg-id 001401c50234$66a0b410$0a10a8c0@zerosoft.ro
Whole thread Raw
Responses Re: to_char replacement
Re: to_char replacement
List 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 by date:

Previous
From: Michelle Konzack
Date:
Subject: base64 encoded images plus php
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: to_char replacement