I have a distributed application with a database on a HPUX system and the clients interface via a C program built with libpq. I want to start using the system on non-HPUX system and realized that I would have to compile postgreSQL on each machine variant (DUH). I don't really want to install the entire postgreSQL just to get libpq. 1) Is there a way to install and build just the libpq stuff ? 2) Is the libpq file and required header available on the Web ? 3) Is there a better way to create the client program; should I use a different interface ? Jeff Foster [EMAIL PROTECTED]
