aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-02-03 23:01:06 +0000
committerBruce Momjian <bruce@momjian.us>2007-02-03 23:01:06 +0000
commit1a641c0cee758bec974f1af19ab90cd4105a05bd (patch)
tree7f7a546f958c646150148578bcba249de147bcaf
parentb6f6284802feb6296a3300d13cd3fa6610f34796 (diff)
downloadpostgresql-1a641c0cee758bec974f1af19ab90cd4105a05bd.tar.gz
postgresql-1a641c0cee758bec974f1af19ab90cd4105a05bd.zip
Document that a client-only install using:
gmake -C src/bin install does install a few server-only binaries.
-rw-r--r--doc/src/sgml/installation.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index ffe1b916b23..02f9bcab631 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -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>