aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2014-01-26 17:03:13 -0500
committerAndrew Dunstan <andrew@dunslane.net>2014-01-26 17:03:13 -0500
commita7e5f7bf6890fdf14a6c6ecd0854ac3f5f308ccd (patch)
treecb9cfac32bd79470f29a53d45720c7bc16f0d615 /doc/src
parent790eaa699e4a9626d8a610ec5844e1fd70d73b4e (diff)
downloadpostgresql-a7e5f7bf6890fdf14a6c6ecd0854ac3f5f308ccd.tar.gz
postgresql-a7e5f7bf6890fdf14a6c6ecd0854ac3f5f308ccd.zip
Provide for client-only installs with MSVC.
MauMau.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/install-windows.sgml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 28933b6cf55..71a5c2e9630 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -410,6 +410,14 @@ $ENV{CONFIG}="Debug";
<userinput>install c:\destination\directory</userinput>
</screen>
</para>
+
+ <para>
+ If you want to install only the client applications and
+ interface libraries, then you can use these commands:
+<screen>
+<userinput>install c:\destination\directory client</userinput>
+</screen>
+ </para>
</sect2>
<sect2>