[GENERAL] Postgresql init and cleanup module functions - Mailing list pgsql-general

From Yan Pas
Subject [GENERAL] Postgresql init and cleanup module functions
Date
Msg-id CADceNN5c4SU_y76ey49nuw9X-0cLWgw6usGjhp6kmHS2jgoAiw@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] Postgresql init and cleanup module functions  (Andres Freund <andres@anarazel.de>)
List pgsql-general
High!

I'm writing C postgresql module with some psql-functions and global state. Do module API provide any init and cleanup functions? If yes then it would be fine to see them in "35.9. C-Language Functions" help page."

Regards, Yan

pgsql-general by date:

Previous
From: Nico Williams
Date:
Subject: Re: [GENERAL] Create Action for psql when NOTIFY Recieved
Next
From: Yan Pas
Date:
Subject: [GENERAL] Accessiing database from inside of postgresql C function