On Sat, Aug 10, 2019 at 11:50 AM Thomas Munro wrote:
> On Fri, Aug 9, 2019 at 6:15 PM Yonatan Misgan wrote:
> > Can I implement it as a locale support? When the user want to change the
> > lc _time = am_ET(Amharic Ethiopia ) the date and time representation of the
> > database systems be in Et
On Fri, Aug 9, 2019 at 6:15 PM Yonatan Misgan wrote:
> Can I implement it as a locale support? When the user want to change the lc
> _time = am_ET(Amharic Ethiopia ) the date and time representation of the
> database systems be in Ethiopian calendar.
Hi Yonatan,
I'm not an expert in this stuf
Geoghegan
Cc: Yonatan Misgan , pgsql-hackers@lists.postgresql.org
Subject: Re: Locale support
On Fri, Aug 9, 2019 at 6:19 AM Peter Geoghegan wrote:
> On Thu, Aug 8, 2019 at 6:29 AM Yonatan Misgan wrote:
> > So my question is after developing the converter function where I put it
> >
On Fri, Aug 9, 2019 at 6:19 AM Peter Geoghegan wrote:
> On Thu, Aug 8, 2019 at 6:29 AM Yonatan Misgan wrote:
> > So my question is after developing the converter function where I put it
> > for accessing it on PostgreSQL.
>
> Maybe you can take some inspiration from the postgresql-unit extensio
On Thu, Aug 8, 2019 at 6:29 AM Yonatan Misgan wrote:
> So my question is after developing the converter function where I put it for
> accessing it on PostgreSQL.
Maybe you can take some inspiration from the postgresql-unit extension:
https://github.com/df7cb/postgresql-unit
Note that it is bu
On 8/8/19 9:29 AM, Yonatan Misgan wrote:
> From: Thomas Munro
>> Perl, Python etc. If I were you I think I'd experiment with a
>> prototype implementation using PL/Perl, PL/Python etc (a way to
As a bit of subtlety that might matter, the internal representation
in PostgreSQL, as in ISO 8601, ap
ction where I put it for
accessing it on PostgreSQL.
Original message
From: Thomas Munro
Date: 8/8/19 11:34 AM (GMT+03:00)
To: Yonatan Misgan
Cc: pgsql-hackers@lists.postgresql.org
Subject: Re: Locale support
On Thu, Aug 8, 2019 at 7:31 PM Yonatan Misgan wrote:
> I am
On Thu, Aug 8, 2019 at 7:31 PM Yonatan Misgan wrote:
> I am Yonathan Misgan from Ethiopia, want to add some functionalities on
> PostgreSQL to support Ethiopian locales. I want your advice where I start to
> hack the PostgresSQL source code. I have attached some synopsis about the
> existing pr