RE: Extension development

2019-11-13 Thread Yonatan Misgan
nmisga...@gmail.com<mailto:yonathanmisga...@gmail.com> Tel: (+251)-911180185 (mob) From: Ahsan Hadi Sent: Tuesday, November 12, 2019 10:50:23 PM To: Yonatan Misgan Cc: pgsql-hackers@lists.postgresql.org Subject: Re: Extension development Hi Yonatan, Yo

Extension development

2019-11-13 Thread Yonatan Misgan
Is there any one who help me what the architecture of an extension should looks like in PostgreSQL database. Regards, Yonathan Misgan Assistant Lecturer, @ Debre Tabor University Faculty of Technology Department of Computer Science Studying MSc in Computer Sc

Extension development

2019-11-11 Thread Yonatan Misgan
I am developed my own PostgreSQL extension for learning purpose and it is working correctly but I want to know to which components of the database is my own extension components communicate. For example I have c code, make file sql script, and control file after compiling the make file to which

Extension development

2019-08-14 Thread Yonatan Misgan
Hello, I am trying to develop calendar extension for PostgreSQL but there is a difficulties on how to get day, month and year from PostgreSQL source code because when am read the PostgreSQL source code it uses DateADT as a data type and this DateADT returns the total numbers of day. So how can

RE: Locale support

2019-08-08 Thread Yonatan Misgan
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 > >

RE: Locale support

2019-08-08 Thread Yonatan Misgan
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

Locale support

2019-08-08 Thread Yonatan Misgan
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 problems of PostgresSQL related with Ethiopian locale specially