From 1a641c0cee758bec974f1af19ab90cd4105a05bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 3 Feb 2007 23:01:06 +0000 Subject: [PATCH] Document that a client-only install using: gmake -C src/bin install does install a few server-only binaries. --- doc/src/sgml/installation.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ffe1b916b2..02f9bcab63 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%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>