Re: [GENERAL] Installing PostgreSQL in Debian

2005-04-15 Thread Stephane Bortzmeyer
On Wed, Apr 13, 2005 at 03:48:59PM -0700, erico <[EMAIL PROTECTED]> wrote a message of 112 lines which said: > Lendo Lista de Pacotes... Pronto > Construindo Árvore de DependĂȘncias... Pronto Before posting on an english-speaking mailing list, I suggest to set your locale to C... ("export LC_ME

Re: [GENERAL] Installing PostgreSQL in Debian

2005-04-15 Thread erico
Dear sirs,, I hope you all can help me. I am a average linux user . I manage to install it and its main packages on a AMD 2,4 GHZ with 256 RAM MB. Everything is working fine . I use a brazilian version, namely Linux 2.4.25-klg #1 SMP Ter Abr 6 09:28:24 BRT 2004 i686 GNU/Linux. The problem is that

Re: [GENERAL] Installing PostgreSQL in Debian

2005-03-21 Thread Michael Ben-Nes
Yep :) but that Expermental Peter Eisentraut wrote: Michael Ben-Nes wrote: I recomend you to compile PG from source so you can use the new 8.0.1 PostgreSQL 8.0.1 is available in the Debian experimental suite, package name "postgresql-8.0". -- -- Canaan Surfing L

Re: [GENERAL] Installing PostgreSQL in Debian

2005-03-20 Thread Peter Eisentraut
Michael Ben-Nes wrote: > I recomend you to compile PG from source so you can use the new 8.0.1 PostgreSQL 8.0.1 is available in the Debian experimental suite, package name "postgresql-8.0". -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcas

Re: [GENERAL] Installing PostgreSQL in Debian

2005-03-19 Thread Michael Ben-Nes
I recomend you to compile PG from source so you can use the new 8.0.1 Cheers S Ram wrote: Hello, PostgreSQL is distributed as .RPM files. How do I install this in Debian? Thanks __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallb

Re: [GENERAL] Installing PostgreSQL in Debian

2005-03-17 Thread Grant McLean
On Fri, 2005-03-18 at 08:39 +0800, S Ram wrote: > Hello, > > PostgreSQL is distributed as .RPM files. How do I > install this in Debian? As others have said, apt-get will install PostgreSQL from the standard Debian repositories. However, if you're running Debian stable, you might want to use a m

Re: [GENERAL] Installing PostgreSQL in Debian

2005-03-17 Thread Lonni J Friedman
On Fri, 18 Mar 2005 08:39:46 +0800 (CST), S Ram <[EMAIL PROTECTED]> wrote: > Hello, > > PostgreSQL is distributed as .RPM files. How do I > install this in Debian? apt-get i'd imagine or build from source. -- ~ L. Friedman

Re: [GENERAL] Installing PostgreSQL in Debian

2005-03-17 Thread jcradock
On Debian install PostgreSQL via APT. If you have APT installed: 1. Change to root. 2. Type apt-update. 3. Type apt-get install postgresql postgresql-client #2 updates your APT package list to the lastest-and-greatest. #3 installed the server and client applications. I'd read up on APT at the De