Re: missing instruction for "client-only" install - Mailing list pgsql-bugs

From Tom Lane
Subject Re: missing instruction for "client-only" install
Date
Msg-id 1355.1009141394@sss.pgh.pa.us
Whole thread Raw
In response to missing instruction for "client-only" install  (Vivek Khera <khera@kcilink.com>)
List pgsql-bugs
Vivek Khera <khera@kcilink.com> writes:
> The installation instructions for client-only say to do this:
>      gmake -C src/bin install
>      gmake -C src/interfaces install
>      gmake -C doc install

> However, this leaves you with incomplete headers.  The following
> should be added to the instructions.

I think the preferred thing is

    gmake -C src/include install

rather than manually installing the headers.  I've fixed
installation.sgml.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strange pg_oid problem.
Next
From: Tom Lane
Date:
Subject: Re: Serializable access giving wrong error messages?