Re: Anyone know where I can get an 8.2.3 binary for ubuntu? - Mailing list pgsql-general

From Leonel
Subject Re: Anyone know where I can get an 8.2.3 binary for ubuntu?
Date
Msg-id 33c54f810703311205u5c3e4d4ev2b0e1bf2feb32401@mail.gmail.com
Whole thread Raw
In response to Anyone know where I can get an 8.2.3 binary for ubuntu?  (Ron <rjpeace@earthlink.net>)
Responses Re: Anyone know where I can get an 8.2.3 binary for ubuntu?  (Michelle Konzack <linux4michelle@freenet.de>)
List pgsql-general
On 4/1/07, Mikko Partio <dun@haisuli.net> wrote:
> > Subject says it all.  Doing a source compile under Debian or
> > Debian-like condition is not an option for the end user.  They need
> > an apt-get (the ubuntu equivalent to rpm AFAICT) version.
> >
> > Unfortunately, the latest I can find is 8.1.8
> > Where's 8.2.3?
>
> >
>
> What ubuntu version do you have? I believe that 8.2.3 is at the
> repositories for edgy and feisty. Or download the .debs from
> https://launchpad.net/ubuntu/+source/postgresql-8.2
>
> Regards
>
> MP
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: 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
>


and once you downloaded the packages do a :

apt-get build-deps  postgresql-8.1
then

dpkg-source -x postgresql-8.2_8.2.3-2.dsc
cd postgresql-8.2-8.2.3
edit  debian/control   and  put the dapper's version for  debhelper  and  cdbs
dpkg-buildpackage -us -nc

you may ignore the  version dependency for  debhelper and cdbs  or edit the
debian/control     file  to use the  dapper version for those packages

then
add  this to your  /etc/apt/sources.list

deb-src http://archive.ubuntu.com/ubuntu/ feisty  main universe

then

apt-get source tzdata
cd tzdata-2007b
dpkg-buildpackage -rfakeroot
cd ..
dpkg -i tzdata_2007b0ubuntu1_all.deb


and now  install  postgresql 8.2.3



--
Leonel

pgsql-general by date:

Previous
From: "Jasbinder Singh Bali"
Date:
Subject: Unusual PK contraint error
Next
From: Tom Lane
Date:
Subject: Re: Unusual PK contraint error