public inbox for [email protected]
help / color / mirror / Atom feedInstalling PostgreSQL without using CygWin
5+ messages / 5 participants
[nested] [flat]
* Installing PostgreSQL without using CygWin
@ 2008-07-14 05:27 ken andrew <[email protected]>
2008-07-15 05:01 ` Re: Installing PostgreSQL without using CygWin Dann Corbit <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: ken andrew @ 2008-07-14 05:27 UTC (permalink / raw)
To: [email protected]
Hi,
I would like to know if there is a way to install PostgreSQL in Windows NT Server 2003 without installing CygWin. The client insists on not installing CygWin.
Please help. :D
Thanks.
Ken Andrew
Send instant messages to your online friends http://uk.messenger.yahoo.com
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Installing PostgreSQL without using CygWin
2008-07-14 05:27 Installing PostgreSQL without using CygWin ken andrew <[email protected]>
@ 2008-07-15 05:01 ` Dann Corbit <[email protected]>
2008-07-15 05:30 ` download latest points to wrong place [was Re: Installing PostgreSQL without using CygWin] Klint Gore <[email protected]>
2008-07-15 14:48 ` Re: Installing PostgreSQL without using CygWin Scott Marlowe <[email protected]>
0 siblings, 2 replies; 5+ messages in thread
From: Dann Corbit @ 2008-07-15 05:01 UTC (permalink / raw)
To: [email protected]; [email protected]
From: [email protected] [mailto:[email protected]] On Behalf Of ken andrew
Sent: Sunday, July 13, 2008 10:27 PM
To: [email protected]
Subject: [GENERAL] Installing PostgreSQL without using CygWin
Hi,
I would like to know if there is a way to install PostgreSQL in Windows NT Server 2003 without installing CygWin. The client insists on not installing CygWin.
>>
The current version of the Installer installs a native build. Cygwin has not been used in the standard Windows build for a long time.
Go here:
http://www.postgresql.org/ftp/binary/v8.3.1/win32/
Get this:
http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.3.1%2Fwin32%2Fpostgresql-8....
<<
^ permalink raw reply [nested|flat] 5+ messages in thread
* download latest points to wrong place [was Re: Installing PostgreSQL without using CygWin]
2008-07-14 05:27 Installing PostgreSQL without using CygWin ken andrew <[email protected]>
2008-07-15 05:01 ` Re: Installing PostgreSQL without using CygWin Dann Corbit <[email protected]>
@ 2008-07-15 05:30 ` Klint Gore <[email protected]>
2008-07-15 13:40 ` Re: download latest points to wrong place [was Re: [GENERAL] Installing PostgreSQL without using CygWin] Bruce Momjian <[email protected]>
1 sibling, 1 reply; 5+ messages in thread
From: Klint Gore @ 2008-07-15 05:30 UTC (permalink / raw)
To: Dann Corbit <[email protected]>; +Cc: [email protected]; [email protected]
Dann Corbit wrote:
>
> The current version of the Installer installs a native build. Cygwin
> has not been used in the standard Windows build for a long time.
>
> Go here:
>
> http://www.postgresql.org/ftp/binary/v8.3.1/win32/
>
>
>
> Get this:
>
> http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.3.1%2Fwin32%2Fpostgresql-8....
>
>
>
> <<
>
The 'latest' directory on http://www.postgresql.org/ftp/binary/ points
to 8.3.1 not 8.3.3
This is the one you need
http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.3.3%2Fwin32%2Fpostgresql-8....
klint.
--
Klint Gore
Database Manager
Sheep CRC
A.G.B.U.
University of New England
Armidale NSW 2350
Ph: 02 6773 3789
Fax: 02 6773 3266
EMail: [email protected]
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: download latest points to wrong place [was Re: [GENERAL] Installing PostgreSQL without using CygWin]
2008-07-14 05:27 Installing PostgreSQL without using CygWin ken andrew <[email protected]>
2008-07-15 05:01 ` Re: Installing PostgreSQL without using CygWin Dann Corbit <[email protected]>
2008-07-15 05:30 ` download latest points to wrong place [was Re: Installing PostgreSQL without using CygWin] Klint Gore <[email protected]>
@ 2008-07-15 13:40 ` Bruce Momjian <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Momjian @ 2008-07-15 13:40 UTC (permalink / raw)
To: Klint Gore <[email protected]>; +Cc: Dann Corbit <[email protected]>; [email protected]; pgsql-www; Marc G. Fournier <[email protected]>
Klint Gore wrote:
> Dann Corbit wrote:
> >
> > The current version of the Installer installs a native build. Cygwin
> > has not been used in the standard Windows build for a long time.
> >
> > Go here:
> >
> > http://www.postgresql.org/ftp/binary/v8.3.1/win32/
> >
> >
> >
> > Get this:
> >
> > http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.3.1%2Fwin32%2Fpostgresql-8....
> >
> >
> >
> > <<
> >
> The 'latest' directory on http://www.postgresql.org/ftp/binary/ points
> to 8.3.1 not 8.3.3
>
> This is the one you need
>
> http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.3.3%2Fwin32%2Fpostgresql-8....
Yes, I can confirm that:
http://www.postgresql.org/ftp/binary/latest/
points to the wrong place. I ssh'ed to
postgresql.org/var/spool/ftp/pub/binary and updated the symlink. I
assume that is all I need to fix it and that that is the master ftp
location.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Installing PostgreSQL without using CygWin
2008-07-14 05:27 Installing PostgreSQL without using CygWin ken andrew <[email protected]>
2008-07-15 05:01 ` Re: Installing PostgreSQL without using CygWin Dann Corbit <[email protected]>
@ 2008-07-15 14:48 ` Scott Marlowe <[email protected]>
1 sibling, 0 replies; 5+ messages in thread
From: Scott Marlowe @ 2008-07-15 14:48 UTC (permalink / raw)
To: Dann Corbit <[email protected]>; +Cc: [email protected]; [email protected]
Better to go here:
http://www.postgresql.org/ftp/binary/v8.3.3/win32/
and get the latest version
On Mon, Jul 14, 2008 at 11:01 PM, Dann Corbit <[email protected]> wrote:
> From: [email protected]
> [mailto:[email protected]] On Behalf Of ken andrew
> Sent: Sunday, July 13, 2008 10:27 PM
> To: [email protected]
> Subject: [GENERAL] Installing PostgreSQL without using CygWin
>
>
>
> Hi,
>
> I would like to know if there is a way to install PostgreSQL in Windows NT
> Server 2003 without installing CygWin. The client insists on not installing
> CygWin.
>
>
>>>
>
> The current version of the Installer installs a native build. Cygwin has
> not been used in the standard Windows build for a long time.
>
> Go here:
>
> http://www.postgresql.org/ftp/binary/v8.3.1/win32/
>
>
>
> Get this:
>
> http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.3.1%2Fwin32%2Fpostgresql-8....
>
>
>
> <<
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2008-07-15 14:48 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-07-14 05:27 Installing PostgreSQL without using CygWin ken andrew <[email protected]>
2008-07-15 05:01 ` Dann Corbit <[email protected]>
2008-07-15 05:30 ` download latest points to wrong place [was Re: Installing PostgreSQL without using CygWin] Klint Gore <[email protected]>
2008-07-15 13:40 ` Re: download latest points to wrong place [was Re: [GENERAL] Installing PostgreSQL without using CygWin] Bruce Momjian <[email protected]>
2008-07-15 14:48 ` Scott Marlowe <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox