Обсуждение: C Functions

Поиск
Список
Период
Сортировка

C Functions

От
Krzysztof Szewczyk
Дата:
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

Re: C Functions

От
Szymon Guz
Дата:


2010/4/15 Krzysztof Szewczyk <k.szewczyk@i-bs.pl>
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@postgresql.org)
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