> After you have written a functions.c file, how do you
> compile it how postgres wants it with gcc?
Well. It depends on your OS.
Under OpenBSD works
gcc -fpic -c -o file.o file.c
ld -Bshareable -o file.so file.c
info gcc should help you.
--
Alexey
Чтобы сделать работу с сайтом удобнее, мы используем cookie и аналитический сервис «Яндекс.Метрика». Продолжая пользоваться сайтом, вы соглашаетесь с их использованием.