Cath Lawrence <Cath(dot)Lawrence(at)anu(dot)edu(dot)au> writes:
> Where is postgres.h? I can't rebuild pygresql without it, but it's not
> on my system. I'm running postgres 7.2.1 - which seems to be working
> perfectly nicely without having a postgres.h in its include directory.
Sounds like you didn't install the server-side header files. As of
somewhere around 7.2, you need to say "make install-all-headers" after
"make install" to get the server-side include files copied into the
installation tree.
regards, tom lane