Re: libpq for AIX... - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: libpq for AIX...
Date
Msg-id 7243.1077322298@sss.pgh.pa.us
Whole thread Raw
In response to libpq for AIX...  (twinsen <twins3n@yahoo.com>)
List pgsql-interfaces
twinsen <twins3n@yahoo.com> writes:
> AIX boxes - so all I actually need are the libraries
> and the header files right? If so is there any way to
> just attempt to compile those?

Should work to make and make install in just the src/interfaces
and src/bin subtrees, in fact only the parts you need of each.

You might need to persuade src/port to compile first, but try without.
        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: C function linkage and testing
Next
From: Brijesh Shrivastav
Date:
Subject: Is there a way to describe precision and scale for columns in a s elect statement using libpq?