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:
@ -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>
|
||||
|
Reference in New Issue
Block a user