knowledge-database (beta)

Current group: pgsql.docs

Update "Requirements" for Windows?

Update "Requirements" for Windows?  
Tom Lane
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Bruce Momjian
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Tom Lane
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Bruce Momjian
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Tom Lane
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Tom Lane
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Bruce Momjian
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Tom Lane
 Re: [pgsql-hackers-win32] Update "Requirements" for Windows?  
Bruce Momjian
From:Tom Lane
Subject:Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 12:43:02 -0500
In the Administrator's Guide, first section under Installation, it still
says

* To build on Windows NT or Windows 2000 you need the Cygwin and cygipc
packages. See the file doc/FAQ_MSWIN for details.

I suppose this is at least partly out of date, but what should it say
now?

Also, do we even still need the "Installation on Windows" section? Is
anyone still going to care about building the frontend tools that way?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
From:Bruce Momjian
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 13:12:37 -0500 (EST)
Tom Lane wrote:
> In the Administrator's Guide, first section under Installation, it still
> says
>
> * To build on Windows NT or Windows 2000 you need the Cygwin and cygipc
> packages. See the file doc/FAQ_MSWIN for details.
>
> I suppose this is at least partly out of date, but what should it say
> now?
>
> Also, do we even still need the "Installation on Windows" section? Is
> anyone still going to care about building the frontend tools that way?

Oh, I see this needs some major restructuring/relabeling. I am working
on that now.

--
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

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
From:Tom Lane
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 13:28:46 -0500
Bruce Momjian writes:
> Oh, I see this needs some major restructuring/relabeling. I am working
> on that now.

I'm already in process of copy-editing that file; please don't change it
under me.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html
From:Bruce Momjian
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 13:33:09 -0500 (EST)
Tom Lane wrote:
> Bruce Momjian writes:
> > Oh, I see this needs some major restructuring/relabeling. I am working
> > on that now.
>
> I'm already in process of copy-editing that file; please don't change it
> under me.

Oops. I just committed. I will back it out. Let me know when you are
done.

--
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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
From:Tom Lane
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 13:36:30 -0500
Bruce Momjian writes:
> Oops. I just committed. I will back it out. Let me know when you are
> done.

Never mind then, I'll merge ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
From:Tom Lane
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 13:34:06 -0500
I said:
> I'm already in process of copy-editing that file; please don't change it
> under me.

Actually, as long as you're only touching installw.sgml and not
install.sgml, there's no problem. May I suggest that the material
in FAQ_MINGW and FAQ_CYGWIN might be transposed into that chapter?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
From:Bruce Momjian
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 13:40:50 -0500 (EST)
Tom Lane wrote:
> I said:
> > I'm already in process of copy-editing that file; please don't change it
> > under me.
>
> Actually, as long as you're only touching installw.sgml and not
> install.sgml, there's no problem. May I suggest that the material
> in FAQ_MINGW and FAQ_CYGWIN might be transposed into that chapter?
>

I was touching both so I will wait. We could move the FAQ info into the
docs but in a way the FAQ_MINGW doc file is referenced by both
pginstaller and by the docs, so merging it in might not make sense, and
it does have totally platform-specific stuff that might appear too large
in the official docs.

Right now in my current patch the idea is that in installation.sgml we
point them to FAQ_MINGW or FAQ_CYGWIN and from there they would get the
tools they need and return to the official install docs to complete the
job.

--
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

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
From:Tom Lane
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 14:13:14 -0500
OK, I'm out of installation.sgml if you want to have another hack at it.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
From:Bruce Momjian
Subject:Re: [pgsql-hackers-win32] Update "Requirements" for Windows?
Date:Fri, 24 Dec 2004 14:20:37 -0500 (EST)
--ELM1103916037-7691-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

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

--ELM1103916037-7691-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain
Content-Disposition: inline; filename="/bjm/diff"

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 ****
-->


! Installation on <productname>Windows</productname>


installation
--- 3,9 ----
-->


! Client-Only Installation on <productname>Windows</productname>


installation
***************
*** 12,19 ****


Although PostgreSQL is written for
! Unix-like operating systems and compiles under
! MinGW, the C client library
(libpq) and the interactive terminal
(psql) can be compiled using other Windows
tool sets. Makefiles are included in the source distribution for
--- 12,20 ----


Although PostgreSQL is written for
! Unix-like operating systems and can be built using
! MinGW and
! Cygwin, the C client library
(libpq) and the interactive terminal
(psql) 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 ****
on Windows


! To build on Windows NT or Windows
! 2000 you need the Cygwin and
! cygipc packages. See the file
! doc/FAQ_MSWIN for details.



--- 120,136 ----
on Windows


! To build on NT-based versions of
! Windows like Windows XP and 2003 see
! doc/FAQ_MINGW. For earlier Windows
! releases see doc/FAQ_CYGWIN.
!
! To build Windows client-only interfaces using
! tools like Visual C++ and Borland
! C++ see
! ! Installation on Windows"]]> ! linkend="install-win32">]]>.




--ELM1103916037-7691-0_
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

--ELM1103916037-7691-0_--
   

Copyright © 2006 knowledge-database   -   All rights reserved