From: | raghu ram <raghuchennuru(at)gmail(dot)com> |
---|---|
To: | MauMau <maumau307(at)gmail(dot)com> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How can I perform client-only installation from source code on Windows? |
Date: | 2013-04-03 07:20:38 |
Message-ID: | CALnrrJT5k-YwsX+m5op_qnQWZpj2nvGQkaJV+jFkK76nOz2y8A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Apr 3, 2013 at 3:48 AM, MauMau <maumau307(at)gmail(dot)com> wrote:
> 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<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.
>
You can download PostgreSQL binaries for windows operating system from
below link:
http://www.enterprisedb.com/products-services-training/pgbindownload
Thanks & Regards,
Raghu Ram
SkypeID: raghu.ramedb
From | Date | Subject | |
---|---|---|---|
Next Message | Gavan Schneider | 2013-04-03 07:58:08 | Why not cascade? (was: Using varchar primary keys) |
Previous Message | Julian | 2013-04-03 02:49:25 | Re: Using varchar primary keys. |