Steve Teale wrote:
I've just been looking at the documentation for the PostgreSQL C api. Wow!It is so different from MySQL, and so clean. No out parameters from queries. That one is not going to be a problem. Steve
PostgreSQL's C lib is not needed if we handle postgres protocol directly (already done).