Multi calendar system for pgsql - Mailing list pgsql-hackers

From Mohsen Alimomeni
Subject Multi calendar system for pgsql
Date
Msg-id 4cb38c430902180820v7d396d07xe20af756ecf052b9@mail.gmail.com
Whole thread Raw
Responses Re: Multi calendar system for pgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Multi calendar system for pgsql  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: Multi calendar system for pgsql  (Sam Mason <sam@samason.me.uk>)
List pgsql-hackers
Hi everyone,
I want to try to add a multi calendar system for pgsql. I want to know if it will be accepted as a patch to pgsql?

More details:
Multi calendar systems are useful for several languages and countries using different calendar: Hijri, Persian, Hebrew, etc.
For implementation I think it is better to add this support in date fields like this: 
create table tb (dt date calendar persian);
if no calendar is defined, it will be Gregorian so no problem is made for old sql commands.

I am new in pgsql dev but if I know this patch will be accepted, I am happy to work on it.
Regards,
-- 
__ \ /_\\_-//_ Mohsen Alimomeni

--
__ \ /_\\_-//_ Mohsen Alimomeni

pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: graph representation of data structures in optimizer
Next
From: Robert Treat
Date:
Subject: Re: pg_migrator progress