public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bruce Momjian <[email protected]>
To: Tom Lane <[email protected]>
Cc: [email protected]
Subject: Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date: Fri, 24 Dec 2004 14:20:37 -0500 (EST)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

Tom Lane wrote:
> OK, I'm out of installation.sgml if you want to have another hack at it.

OK, diff attached and applied.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Index: doc/src/sgml/install-win32.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v
retrieving revision 1.20
diff -c -c -r1.20 install-win32.sgml
*** doc/src/sgml/install-win32.sgml	24 Dec 2004 18:37:26 -0000	1.20
--- doc/src/sgml/install-win32.sgml	24 Dec 2004 19:18:42 -0000
***************
*** 3,9 ****
  -->
  
  <chapter id="install-win32">
!  <title>Installation on <productname>Windows</productname></title>
  
   <indexterm>
    <primary>installation</primary>
--- 3,9 ----
  -->
  
  <chapter id="install-win32">
!  <title>Client-Only Installation on <productname>Windows</productname></title>
  
   <indexterm>
    <primary>installation</primary>
***************
*** 12,19 ****
  
   <para>
    Although <productname>PostgreSQL</productname> is written for
!   Unix-like operating systems and compiles under
!   <productname>MinGW</productname>, the C client library
    (<application>libpq</application>) and the interactive terminal
    (<application>psql</application>) can be compiled using other Windows
    tool sets. Makefiles are included in the source distribution for
--- 12,20 ----
  
   <para>
    Although <productname>PostgreSQL</productname> is written for
!   Unix-like operating systems and can be built using
!   <productname>MinGW</productname> and
!   <productname>Cygwin</productname>, the C client library
    (<application>libpq</application>) and the interactive terminal
    (<application>psql</application>) can be compiled using other Windows
    tool sets. Makefiles are included in the source distribution for
Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.219
diff -c -c -r1.219 installation.sgml
*** doc/src/sgml/installation.sgml	24 Dec 2004 19:12:36 -0000	1.219
--- doc/src/sgml/installation.sgml	24 Dec 2004 19:18:46 -0000
***************
*** 120,129 ****
         <secondary>on Windows</secondary>
        </indexterm>
  
!       To build on <productname>Windows NT</> or <productname>Windows
!       2000</> you need the <productname>Cygwin</> and
!       <productname>cygipc</> packages. See the file
!       <filename>doc/FAQ_MSWIN</> for details.
       </para>
      </listitem>
     </itemizedlist>
--- 120,136 ----
         <secondary>on Windows</secondary>
        </indexterm>
  
!       To build on <productname>NT</>-based versions of
!       <productname>Windows</> like Windows XP and 2003 see
!       <filename>doc/FAQ_MINGW</>. For earlier <productname>Windows</>
!       releases see <filename>doc/FAQ_CYGWIN</>.
! 
!       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>
      </listitem>
     </itemizedlist>


Attachments:

  [text/plain] /bjm/diff (3.0K, 2-%2Fbjm%2Fdiff)
  download | inline:
Index: doc/src/sgml/install-win32.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v
retrieving revision 1.20
diff -c -c -r1.20 install-win32.sgml
*** doc/src/sgml/install-win32.sgml	24 Dec 2004 18:37:26 -0000	1.20
--- doc/src/sgml/install-win32.sgml	24 Dec 2004 19:18:42 -0000
***************
*** 3,9 ****
  -->
  
  <chapter id="install-win32">
!  <title>Installation on <productname>Windows</productname></title>
  
   <indexterm>
    <primary>installation</primary>
--- 3,9 ----
  -->
  
  <chapter id="install-win32">
!  <title>Client-Only Installation on <productname>Windows</productname></title>
  
   <indexterm>
    <primary>installation</primary>
***************
*** 12,19 ****
  
   <para>
    Although <productname>PostgreSQL</productname> is written for
!   Unix-like operating systems and compiles under
!   <productname>MinGW</productname>, the C client library
    (<application>libpq</application>) and the interactive terminal
    (<application>psql</application>) can be compiled using other Windows
    tool sets. Makefiles are included in the source distribution for
--- 12,20 ----
  
   <para>
    Although <productname>PostgreSQL</productname> is written for
!   Unix-like operating systems and can be built using
!   <productname>MinGW</productname> and
!   <productname>Cygwin</productname>, the C client library
    (<application>libpq</application>) and the interactive terminal
    (<application>psql</application>) can be compiled using other Windows
    tool sets. Makefiles are included in the source distribution for
Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.219
diff -c -c -r1.219 installation.sgml
*** doc/src/sgml/installation.sgml	24 Dec 2004 19:12:36 -0000	1.219
--- doc/src/sgml/installation.sgml	24 Dec 2004 19:18:46 -0000
***************
*** 120,129 ****
         <secondary>on Windows</secondary>
        </indexterm>
  
!       To build on <productname>Windows NT</> or <productname>Windows
!       2000</> you need the <productname>Cygwin</> and
!       <productname>cygipc</> packages. See the file
!       <filename>doc/FAQ_MSWIN</> for details.
       </para>
      </listitem>
     </itemizedlist>
--- 120,136 ----
         <secondary>on Windows</secondary>
        </indexterm>
  
!       To build on <productname>NT</>-based versions of
!       <productname>Windows</> like Windows XP and 2003 see
!       <filename>doc/FAQ_MINGW</>. For earlier <productname>Windows</>
!       releases see <filename>doc/FAQ_CYGWIN</>.
! 
!       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>
      </listitem>
     </itemizedlist>

view thread (9+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox