2010/4/15 Krzysztof Szewczyk <k.szewczyk@xxxxxxx>
Hello All,
I wrote c function for postgresql, i compiled it as a shared file, next
I added my function to pgadmin everything was ok, but now when i wanna
call it the pgadmin is closing with no report.
Regards
--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Maybe that function in not quite OK.
1. Try to use that using psql.
2. Show us the function code.
3. Add some logging to that code so you'll get info what the function is doing.
regards
Szymon Guz