From: Bruce Momjian Date: Sat, 3 Feb 2007 23:01:13 +0000 (+0000) Subject: Document that a client-only install using: X-Git-Tag: REL8_2_3~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d68f1ecbe2863b5bb4b90907f17452fe531cbb40;p=thirdparty%2Fpostgresql.git Document that a client-only install using: gmake -C src/bin install does install a few server-only binaries. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 92cb16a8d55..42010515258 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%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>