How can I perform client-only installation from source code on Windows?

From: "MauMau" <maumau307(at)gmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: How can I perform client-only installation from source code on Windows?
Date: 2013-04-02 22:18:59
Message-ID: 7F2D7DC620F54C12A0ECB7DE31A1BEB2@maumau
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Noel 2013-04-02 22:35:35 PostgreSQL: CPU utilization creeping to 100%
Previous Message Stephen Scheck 2013-04-02 22:13:03 Dynamic/polymorphic record/composite return types for C user-defined-functions