From f5beda2e97709b679f2fd1398c4177d0143cb705 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 3 Feb 2007 23:01:13 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 88bc8c1f70..c61941eb11 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1305,6 +1305,8 @@ All of PostgreSQL is successfully made. Ready to install. gmake -C src/interfaces install gmake -C doc install + src/bin has a few binaries for server-only use, + but they are small. -- 2.39.5