OSDN Git Service

Document that a client-only install using:
authorBruce Momjian <bruce@momjian.us>
Sat, 3 Feb 2007 23:01:06 +0000 (23:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 3 Feb 2007 23:01:06 +0000 (23:01 +0000)
gmake -C src/bin install

does install a few server-only binaries.

doc/src/sgml/installation.sgml

index ffe1b91..02f9bca 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.281 2007/02/01 19:10:24 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.282 2007/02/03 23:01:06 momjian Exp $ -->
 
 <chapter id="installation">
  <title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1365,6 +1365,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>