An error in docs? (client-only installation) - Mailing list pgsql-general

From Alexey Borzov
Subject An error in docs? (client-only installation)
Date
Msg-id 83244000103.20011207110835@rdw.ru
Whole thread Raw
Responses Re: An error in docs? (client-only installation)
List pgsql-general
Greetings!

It is stated in the docs
http://developer.postgresql.org/docs/postgres/install-procedure.html
<quote>
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/interfaces install
gmake -C doc install
</quote>

When I tried to follow these instructions, I found out that
it is necessary to do

gmake -C src/include install

as well... It is impossible to build client applications without those
headers.

--
Yours, Alexey V. Borzov, Webmaster of RDW.ru



pgsql-general by date:

Previous
From: mordicus
Date:
Subject: Re: Trigger problem
Next
From: "Sebastiano Cascione"
Date:
Subject: Maximum number of connections exceeded