Re: Building libpq independently of server

Tom Lane <[email protected]> Fri, 14 Sep 2018 23:55:31 -0400
Newsgroups gmane.comp.db.postgresql.odbc
Message-ID <[email protected]>
Igor Korot <[email protected]> writes:
> Is there a way to build libpq on OSX without buillding the whole server?

Doesn't this work for you?

$ ./configure ...
$ cd src/interfaces/libpq
$ make
$ make install

			regards, tom lane