Re: Postgresql on Debian

2007-04-04 Thread Michelle Konzack
Am 2007-03-19 23:58:56, schrieb Iuri Sampaio: > Hi, > > Is there any script to uninstall postgresql-8.2.3 on debian? Why not asking ? I have created my own 8.2 Debian packages since I need "table partitioning" and have not a singel problem uninstalling it... Maybe aou should read the developers

Re: Postgresql on Debian

2007-03-20 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto � wrote: > On Tue, Mar 20, 2007 at 09:40:38AM +0100, Joe Hart wrote: >> I didn't know about stow or installwatch. I always use checkinstall. >> >> It seems I learn more about Debian every day :) so many choices... >> > Ahhh, choices :-) > >

Re: Postgresql on Debian

2007-03-20 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto � wrote: > On Tue, Mar 20, 2007 at 09:40:38AM +0100, Joe Hart wrote: >> I didn't know about stow or installwatch. I always use checkinstall. >> >> It seems I learn more about Debian every day :) so many choices... >> > Ahhh, choices :-) > >

Re: Postgresql on Debian

2007-03-20 Thread Roberto C . Sánchez
On Tue, Mar 20, 2007 at 09:40:38AM +0100, Joe Hart wrote: > > I didn't know about stow or installwatch. I always use checkinstall. > > It seems I learn more about Debian every day :) so many choices... > Ahhh, choices :-) The checkinstall package actually depends on installwatch and uses it a

Re: Postgresql on Debian

2007-03-20 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto � wrote: > On Mon, Mar 19, 2007 at 11:58:56PM -0300, Iuri Sampaio wrote: >> Is there any script to uninstall postgresql-8.2.3 on debian? >> >> In fact, >> >> how do I uninstall anything that I installed from source? Most of the >> programs don

Re: Postgresql on Debian

2007-03-19 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/07 21:58, Iuri Sampaio wrote: > Hi, > > > > Is there any script to uninstall postgresql-8.2.3 on debian? How did you install it? > In fact, > > how do I uninstall anything that I installed from source? Most of the > programs don?t have

Re: Postgresql on Debian

2007-03-19 Thread Roberto C . Sánchez
On Mon, Mar 19, 2007 at 11:58:56PM -0300, Iuri Sampaio wrote: > > Is there any script to uninstall postgresql-8.2.3 on debian? > > In fact, > > how do I uninstall anything that I installed from source? Most of the > programs don?t have a UNINSTALL file or something like UMakefile to execute > a

Re: libc6-686 (was Re: Postgresql on Debian)

2005-08-21 Thread Ron Johnson
On Sun, 2005-08-21 at 20:50 +0100, Dave Ewart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ron Johnson wrote: > >>That's about right: libc6 is available as libc6-i686, and there are > > > > Do you see any measurable benefits from using libc6-i686? > > Never tried to measure it an

Re: libc6-686 (was Re: Postgresql on Debian)

2005-08-21 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson wrote: >>That's about right: libc6 is available as libc6-i686, and there are > > Do you see any measurable benefits from using libc6-i686? Never tried to measure it and for all I know it could even perform less well than the i386 build ..

libc6-686 (was Re: Postgresql on Debian)

2005-08-21 Thread Ron Johnson
On Wed, 2005-08-17 at 16:18 +0100, Dave Ewart wrote: > On Wednesday, 17.08.2005 at 09:49 -0500, Ron Johnson wrote: [snip] > > That's about right: libc6 is available as libc6-i686, and there are Do you see any measurable benefits from using libc6-i686? > kernel packages available for i686 too. O

Re: Postgresql on Debian

2005-08-20 Thread Eriberto
Ok. I understanding, but I have a new problem. I installed the pentium-builder and set the DEBIAN_BUILDARCH variable. On my computer, an Athlon-XP, this works fine. However, on other machine, a Pentium III Coppermine, the #apt-get -b source postgresql-8.0 command returns "your platform is not t

Re: Postgresql on Debian

2005-08-20 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JEMF wrote: > # apt-get install pentium-builder > # export DEBIAN_BUILDARCH=i686 > # apt-get source -b postgresql-8.0 > > The result was a i386.deb package. It would not have to be i686.deb? > > I tried with IPtraf too and result was i386.deb too.

Re: Postgresql on Debian

2005-08-17 Thread Eriberto
Ok. I made this: # apt-get install pentium-builder # export DEBIAN_BUILDARCH=i686 # apt-get source -b postgresql-8.0 The result was a i386.deb package. It would not have to be i686.deb? I tried with IPtraf too and result was i386.deb too. Thanks! Eriberto Dave Ewart escreveu: If you want t

Re: Postgresql on Debian

2005-08-17 Thread JEMF
Ok. I made this: # apt-get install pentium-builder # export DEBIAN_BUILDARCH=i686 # apt-get source -b postgresql-8.0 The result was a i386.deb package. It would not have to be i686.deb? I tried with IPtraf too and result was i386.deb too. Thanks! Eriberto Dave Ewart escreveu: If you want t

Re: Postgresql on Debian

2005-08-17 Thread Dave Ewart
On Wednesday, 17.08.2005 at 09:49 -0500, Ron Johnson wrote: > > I need a little help. When I install the Postgresql on Debian running in > > i686 architecture, the command: > > > > =# select version(); > > > > shows: > > > > PostgreSQL 8.0.3 on i386-pc-linux-gnu, compiled by GCC cc (GCC) 3.3.5

Re: Postgresql on Debian

2005-08-17 Thread Ron Johnson
On Wed, 2005-08-17 at 10:50 -0300, Eriberto wrote: > Hello All, > > I need a little help. When I install the Postgresql on Debian running in > i686 architecture, the command: > > =# select version(); > > shows: > > PostgreSQL 8.0.3 on i386-pc-linux-gnu, compiled by GCC cc (GCC) 3.3.5 > (Debia