Gregory Seidman <gss+pg(at)cs(dot)brown(dot)edu> writes:
> Has anyone managed to get external functions working under MacOS X?
FWIW, if the regression tests pass for you then external functions
should work. plpgsql is a dynamically loaded library, and the
regression tests also build and execute a couple of external functions
from contrib/.
regards, tom lane