1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Provide for client-only installs with MSVC.

MauMau.
This commit is contained in:
Andrew Dunstan
2014-01-26 17:03:13 -05:00
parent 790eaa699e
commit a7e5f7bf68
5 changed files with 97 additions and 57 deletions

View File

@ -408,6 +408,14 @@ $ENV{CONFIG}="Debug";
required to initialize and use the database, run the command:
<screen>
<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>