Thread: postgres on win32
Hi, do you know a place where I can find binaries for postgres ? Regards, emmanuel -- -= Emmanuel PIERRE ICQ: 19153556 epierre@e-nef.com =- http://www.e-nef.com/users/epierre epierre@e-nef.com
Le Mercredi 27 Février 2002 09:12, Emmanuel PIERRE a écrit : > do you know a place where I can find binaries for postgres ? PostgreSQL 7.2 is included in Cygwin standard installation at http://www.cygwin.com. pgAdmin2, Windows GUI for PostgreSQL, can be found at http://pgadmin.postgresl.org. Enjoy! Best regards, Jean-Michel POURE
> -----Original Message----- > From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] > Sent: 27 February 2002 08:37 > To: epierre@e-nef.com; emmanuel.pierre@teneris.fr; > pgsql-cygwin@postgresql.org > Subject: Re: [CYGWIN] postgres on win32 > > > Le Mercredi 27 Février 2002 09:12, Emmanuel PIERRE a écrit : > > do you know a place where I can find binaries for postgres ? > > PostgreSQL 7.2 is included in Cygwin standard installation at > http://www.cygwin.com. > > pgAdmin2, Windows GUI for PostgreSQL, can be found at > http://pgadmin.postgresl.org. http://www.pgadmin.org/ - though the above URL would work if it weren't for the typo :-) Regards, Dave.
Jean-Michel POURE wrote: > Le Mercredi 27 Février 2002 09:12, Emmanuel PIERRE a écrit : > >> do you know a place where I can find binaries for postgres ? >> > > PostgreSQL 7.2 is included in Cygwin standard installation at > http://www.cygwin.com. > > pgAdmin2, Windows GUI for PostgreSQL, can be found at > http://pgadmin.postgresl.org. > > Enjoy! Bonjour, il n'y a pas de packages disponibles plutot qu'un downloader pour cygwin ? j'ai reçu ce message: Sorry, but you have specified an invalid conquestnet email address. Please email info@conquestnet.com if you have questions about which conquestnet.com email addresses are valid. Thank you! (Your original message follows.) From pgsql-cygwin-owner+M1073@postgresql.org Wed Feb 27 03:17:33 2002 Received: from gemini.smart.net (gemini.smart.net [207.176.80.109] (may be forged)) by leo.smart.net (8.9.1/8.9.1) with ESMTP id DAA12169 for <conquest@leo.smart.net>; Wed, 27 Feb 2002 03:17:32 -0500 Received: from postgresql.org (postgresql.org [64.49.215.8]) by gemini.smart.net (8.9.1/8.9.1) with ESMTP id DAA22697 for <susan.lepera@conquestnet.com>; Wed, 27 Feb 2002 03:17:32 -0500 Received: from postgresql.org (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with SMTP id 2F99B4759B1; Wed, 27 Feb 2002 03:13:53 -0500 (EST) Received: from mel-rto2.wanadoo.fr (smtp-out-2.wanadoo.fr [193.252.19.254]) by postgresql.org (Postfix) with ESMTP id C4709475A49 for <pgsql-cygwin@postgresql.org>; Wed, 27 Feb 2002 03:12:52 -0500 (EST) Received: from mel-rta3.wanadoo.fr (193.252.19.153) by mel-rto2.wanadoo.fr; 27 Feb 2002 09:12:58 +0100 Received: from MoXWorld.homeip.net (217.128.140.79) by mel-rta3.wanadoo.fr; 27 Feb 2002 09:12:57 +0100 Received: from e-nef.com (localhost [127.0.0.1]) by MoXWorld.homeip.net (Postfix) with ESMTP id 78A7518DE for <pgsql-cygwin@postgresql.org>; Wed, 27 Feb 2002 09:12:38 +0100 (CET) Message-ID: <3C7C94F5.8030204@e-nef.com> Date: Wed, 27 Feb 2002 09:12:37 +0100 From: Emmanuel PIERRE <epierre@e-nef.com> Reply-To: epierre@e-nef.com, emmanuel.pierre@teneris.fr User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8+) Gecko/20020210 X-Accept-Language: fr, fr-FR, en, es MIME-Version: 1.0 To: pgsql-cygwin@postgresql.org Subject: [CYGWIN] postgres on win32 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk Sender: pgsql-cygwin-owner@postgresql.org Hi,
> il n'y a pas de packages disponibles plutot qu'un downloader pour > cygwin ? > j'ai reçu ce message: Hi Emmanuel, PostgreSQL cannot be compiled natively under Windows. PostgreSQL needs Cygwin posix emulation layer to run under Windows. The only alternative solution for a native installer would be to compile PostgreSQL + Cygwin staticaly. This used to be possible with old versions of Cygwin, but this is not true with newer Cygwin versions. Therefore ... the only possible solution is to install Cygwin. During the installation, you can choose the required packages and install them only. PostgreSQL is part of these packages. This is quite straightforward. Between: if you need more info, do not hesitate to write me in English... Cheers, Jean-Michel
Le Mercredi 27 Février 2002 10:06, Dave Page a écrit : > http://www.pgadmin.org/ - though the above URL would work if it weren't for > the typo :-) Hi Dave, From my desktop, http://www.pgadmin.org/ points to PostgreSQL mirrors. You might not see it if your DNS server is hosted on your local network. The only valid address today is http://pgadmin.postgresql.org Cheers, Jean-Michel
> -----Original Message----- > From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] > Sent: 27 February 2002 10:14 > To: Dave Page; epierre@e-nef.com; emmanuel.pierre@teneris.fr; > pgsql-cygwin@postgresql.org > Subject: Re: [CYGWIN] postgres on win32 > > > Le Mercredi 27 Février 2002 10:06, Dave Page a écrit : > > http://www.pgadmin.org/ - though the above URL would work if it > > weren't for the typo :-) > > Hi Dave, > > From my desktop, http://www.pgadmin.org/ points to PostgreSQL > mirrors. You > might not see it if your DNS server is hosted on your local > network. The only > valid address today is http://pgadmin.postgresql.org > It's not my DNS, it's hub.org's. Something's gone wrong though, I'll email them. Thanks, Dave.