From: | Yonatan Misgan <yonamis(at)dtu(dot)edu(dot)et> |
---|---|
To: | Ahsan Hadi <ahsan(dot)hadi(at)gmail(dot)com> |
Cc: | "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | RE: Extension development |
Date: | 2019-11-13 08:08:48 |
Message-ID: | AM0PR10MB3027B55F4F1903FC9085EA9094760@AM0PR10MB3027.EURPRD10.PROD.OUTLOOK.COM |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I have done the hard code. But my question is related to the concept how these extension components working together as a system. For example what the use case diagram looks like for my extension and also the other architectural view of the extension should look like.
Regards,
____________________________________
Yonathan Misgan
Assistant Lecturer, @ Debre Tabor University
Faculty of Technology
Department of Computer Science
Studying MSc in Computer Science (in Data and Web Engineering)
@ Addis Ababa University
E-mail: yonamis(at)dtu(dot)edu(dot)et<mailto:yonamis(at)dtu(dot)edu(dot)et>
yonathanmisgan(dot)4(at)gmail(dot)com<mailto:yonathanmisgan(dot)4(at)gmail(dot)com>
Tel: (+251)-911180185 (mob)
________________________________
From: Ahsan Hadi <ahsan(dot)hadi(at)gmail(dot)com>
Sent: Tuesday, November 12, 2019 10:50:23 PM
To: Yonatan Misgan <yonamis(at)dtu(dot)edu(dot)et>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extension development
Hi Yonatan,
You can follow this blog for creating your own extension in PostgreSQL..
https://www.highgo.ca/2019/10/01/a-guide-to-create-user-defined-extension-modules-to-postgres/
-- Ahsan
On Tue, Nov 12, 2019 at 11:54 AM Yonatan Misgan <yonamis(at)dtu(dot)edu(dot)et<mailto:yonamis(at)dtu(dot)edu(dot)et>> wrote:
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 components of the database are each of my extension components to communicate. Thanks for your response.
Regards,
____________________________________
Yonathan Misgan
Assistant Lecturer, @ Debre Tabor University
Faculty of Technology
Department of Computer Science
Studying MSc in Computer Science (in Data and Web Engineering)
@ Addis Ababa University
E-mail: yonamis(at)dtu(dot)edu(dot)et<mailto:yonamis(at)dtu(dot)edu(dot)et>
yonathanmisgan(dot)4(at)gmail(dot)com<mailto:yonathanmisgan(dot)4(at)gmail(dot)com>
Tel: (+251)-911180185 (mob)
--
Highgo Software (Canada/China/Pakistan)
URL : http://www.highgo.ca<http://www.highgo.ca/>
ADDR: 10318 WHALLEY BLVD, Surrey, BC
EMAIL: mailto: ahsan(dot)hadi(at)highgo(dot)ca
From | Date | Subject | |
---|---|---|---|
Next Message | Dilip Kumar | 2019-11-13 08:13:41 | Re: [HACKERS] Block level parallel vacuum |
Previous Message | Yonatan Misgan | 2019-11-13 08:03:57 | Extension development |