strftime

From: "Egor Shipovalov" <pgsql_list(at)eonline(dot)ru>
To: "Pgsql-General" <pgsql-general(at)postgresql(dot)org>
Subject: strftime
Date: 2003-08-22 04:32:26
Message-ID: AKEFIKCGEAEFBICLBFBMIELICGAA.pgsql_list@eonline.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm wondering how hard will it be to implement POSIX strftime function and
what's the best way to go about it? I hooked up similar functions to MySQL
in the past and all it took was little modification to example C code,
compiling it as a shared library and issuing one SQL statement. What's the
PostgreSQL's way to do it?

Best regards,
Egor Shipovalov.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2003-08-22 04:47:14 Re: strftime
Previous Message Alvaro Herrera 2003-08-22 04:21:57 Re: timeofday() and CAST