Re: [HACKERS] How to refer to resource files from UDFs written in C

2017-06-09 Thread Supun Nakandala
On Fri, Jun 9, 2017 at 3:05 AM, Heikki Linnakangas <hlinn...@iki.fi> wrote: > On 06/09/2017 08:56 AM, Supun Nakandala wrote: > >> Hi hackers, >> >> I am trying to extend PostgreSQL by adding UDT and UDF for a custom use >> case and I am using C language ext

[HACKERS] How to refer to resource files from UDFs written in C

2017-06-08 Thread Supun Nakandala
Hi hackers, I am trying to extend PostgreSQL by adding UDT and UDF for a custom use case and I am using C language extensions to do that. However, I have a requirement of reading a text file from one of the C functions. The compiled *.so files are placed in the "pg_config --pkglibdir" directory