Document that a client-only install using:

gmake -C src/bin install

does install a few server-only binaries.
This commit is contained in:
Bruce Momjian 2007-02-03 23:01:13 +00:00
parent 554d3a683c
commit d68f1ecbe2

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.267.2.1 2006/12/12 16:07:41 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.267.2.2 2007/02/03 23:01:13 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -1305,6 +1305,8 @@ All of PostgreSQL is successfully made. Ready to install.
<userinput>gmake -C src/interfaces install</>
<userinput>gmake -C doc install</>
</screen>
<filename>src/bin</> has a few binaries for server-only use,
but they are small.
</para>
</formalpara>
</step>