diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-01-26 17:03:13 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-01-26 17:03:13 -0500 |
commit | a7e5f7bf6890fdf14a6c6ecd0854ac3f5f308ccd (patch) | |
tree | cb9cfac32bd79470f29a53d45720c7bc16f0d615 /doc/src | |
parent | 790eaa699e4a9626d8a610ec5844e1fd70d73b4e (diff) | |
download | postgresql-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.sgml | 8 |
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> |