Hello,
Is there any way to perform client-only installation from source code on
Windows? On UNIX/Linux, client-only installation is described here:
http://www.postgresql.org/docs/current/static/install-procedure.html
[Excerpt]
Client-only installation:
If you want to install only the client applications and interface libraries,
then you can use these commands:
gmake -C src/bin install
gmake -C src/include install
gmake -C src/interfaces install
gmake -C doc install
Any information is appreciated.
Regards
MauMau