Multi calendar system for pgsql

Поиск
Список
Период
Сортировка
От Mohsen Alimomeni
Тема Multi calendar system for pgsql
Дата
Msg-id 4cb38c430902180820v7d396d07xe20af756ecf052b9@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: graph representation of data structures in optimizer
Следующее
От: Robert Treat
Дата:
Сообщение: Re: pg_migrator progress