mirror of https://github.com/postgres/postgres
Back out Win32 changes until Tom is done.
This commit is contained in:
parent
91e081d515
commit
c62465cba3
|
@ -1,9 +1,9 @@
|
||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.19 2004/12/24 18:32:50 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.20 2004/12/24 18:37:26 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="install-win32">
|
<chapter id="install-win32">
|
||||||
<title>Client-Only Installation on <productname>Windows</productname></title>
|
<title>Installation on <productname>Windows</productname></title>
|
||||||
|
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary>installation</primary>
|
<primary>installation</primary>
|
||||||
|
@ -12,9 +12,8 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.19 2004/12/24 18:32:50 mo
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Although <productname>PostgreSQL</productname> is written for
|
Although <productname>PostgreSQL</productname> is written for
|
||||||
Unix-like operating systems and can be built using
|
Unix-like operating systems and compiles under
|
||||||
<productname>MinGW</productname> and
|
<productname>MinGW</productname>, the C client library
|
||||||
<productname>Cygwin</productname>, the C client library
|
|
||||||
(<application>libpq</application>) and the interactive terminal
|
(<application>libpq</application>) and the interactive terminal
|
||||||
(<application>psql</application>) can be compiled using other Windows
|
(<application>psql</application>) can be compiled using other Windows
|
||||||
tool sets. Makefiles are included in the source distribution for
|
tool sets. Makefiles are included in the source distribution for
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.217 2004/12/24 18:32:50 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.218 2004/12/24 18:37:26 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||||
|
@ -120,17 +120,10 @@ su - postgres
|
||||||
<secondary>on Windows</secondary>
|
<secondary>on Windows</secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
To build on <productname>NT</>-based versions of
|
To build on <productname>Windows NT</> or <productname>Windows
|
||||||
<productname>Windows</> like Windows XP and 2003 see
|
2000</> you need the <productname>Cygwin</> and
|
||||||
<filename>doc/FAQ_MINGW</>. For earlier <productname>Windows</>
|
<productname>cygipc</> packages. See the file
|
||||||
releases see <filename>doc/FAQ_CYGWIN</>.
|
<filename>doc/FAQ_MSWIN</> for details.
|
||||||
|
|
||||||
To build <productname>Windows</> client-only interfaces using
|
|
||||||
tools like <productname>Visual C++</> and <productname>Borland
|
|
||||||
C++</> see
|
|
||||||
<![%standalone-include[the documentation chapter "Client-Only
|
|
||||||
Installation on Windows"]]> <![%standalone-ignore[<xref
|
|
||||||
linkend="install-win32">]]>.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in New Issue