Peter Eisentraut wrote:
> If you use distutils you can use the has_function method.
Yes, after experimenting a little bit with distutils, I think that's the
way to go for PyGreSQL. I can check with has_function first and then
give a hint to the precompiler using define_macros. Thanks.
-- Christoph