Re: [pgsql-hackers-win32] Update "Requirements" for Windows?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Дата
Msg-id 200412241920.iBOJKbC17784@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
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
  pgman@candle.pha.pa.us               |  (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>

В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Следующее
От: Tom Lane
Дата:
Сообщение: Does "console code page" issue apply to MinGW, Cygwin builds?