Installing Postgress 8.0.5 in Ubuntu 10.12

Started by Wan Hashimabout 13 years ago20 messagesgeneral
Jump to latest
#1Wan Hashim
whashim@gmail.com

Hi all;

Im looking for in information and resources to setup postgresql 8.0.5
in Ubuntu server . tq

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#2Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Wan Hashim (#1)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On 02/11/2013 03:40 PM, Wan Hashim wrote:

Hi all;

Im looking for in information and resources to setup postgresql 8.0.5
in Ubuntu server . tq

Is there a reason you want to install a version that is no longer supported?

Also I believe you mean Ubuntu 12.10, correct?

--
Adrian Klaver
adrian.klaver@gmail.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3Wan Hashim
whashim@gmail.com
In reply to: Adrian Klaver (#2)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

tq

On Tue, Feb 12, 2013 at 7:45 AM, Adrian Klaver <adrian.klaver@gmail.com> wrote:

On 02/11/2013 03:40 PM, Wan Hashim wrote:

Hi all;

Im looking for in information and resources to setup postgresql 8.0.5
in Ubuntu server . tq

Is there a reason you want to install a version that is no longer supported?

Also I believe you mean Ubuntu 12.10, correct?

--
Adrian Klaver
adrian.klaver@gmail.com

--
Regards;

Wan Mohd Hashim Wan Yusoff
Object Expression Sdn Bhd
9-2, Jalan BPP 5/3, Pusat Bandar Putra Permai
Seri Kembangan Selangor
Tel : 03 8940 8385 Fax: 03 5021 9071
Mobile : 012 2055184

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#4Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Wan Hashim (#3)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On 02/11/2013 04:29 PM, Wan Hashim wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

You will probably need to build from source.

Two choices the last release of 8.0.x:

http://www.postgresql.org/ftp/source/v8.0.26/

If you need the exact version:

ftp://ftp-archives.postgresql.org/pub/source/

tq

--
Adrian Klaver
adrian.klaver@gmail.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#5John R Pierce
pierce@hogranch.com
In reply to: Wan Hashim (#3)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On 2/11/2013 4:29 PM, Wan Hashim wrote:

our legacy system required postgresql 8.0 to run.

are you sure it requires this old version? most software works with
newer versions with little or no changes.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#6Scott Marlowe
scott.marlowe@gmail.com
In reply to: John R Pierce (#5)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

The change from 8.0 to 8.1 that removed implicit casts broke a LOT of
poorly written software.

For OP: Install from source, if you don't need EXACTLY the old 8.0.5
version at least look at the bug fixed version 8.0.latest (28 or so?)

On Mon, Feb 11, 2013 at 6:17 PM, John R Pierce <pierce@hogranch.com> wrote:

On 2/11/2013 4:29 PM, Wan Hashim wrote:

our legacy system required postgresql 8.0 to run.

are you sure it requires this old version? most software works with newer
versions with little or no changes.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

--
To understand recursion, one must first understand recursion.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Scott Marlowe (#6)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

Scott Marlowe <scott.marlowe@gmail.com> writes:

The change from 8.0 to 8.1 that removed implicit casts broke a LOT of
poorly written software.

That was 8.3, not 8.1.

regards, tom lane

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#8Scott Marlowe
scott.marlowe@gmail.com
In reply to: Tom Lane (#7)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

Wait I think it was 8.2 wasn't it?

On Mon, Feb 11, 2013 at 7:58 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Scott Marlowe <scott.marlowe@gmail.com> writes:

The change from 8.0 to 8.1 that removed implicit casts broke a LOT of
poorly written software.

That was 8.3, not 8.1.

regards, tom lane

--
To understand recursion, one must first understand recursion.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#9Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Scott Marlowe (#8)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On 02/11/2013 06:59 PM, Scott Marlowe wrote:

Wait I think it was 8.2 wasn't it?

http://www.postgresql.org/docs/8.3/interactive/release-8-3.html

E.24.2.1. General

Non-character data types are no longer automatically cast to TEXT
(Peter, Tom)

Previously, if a non-character value was supplied to an operator or
function that requires text input, it was automatically cast to text,
for most (though not all) built-in data types. This no longer happens:
an explicit cast to text is now required for all non-character-string
types. For example, these expressions formerly worked:

On Mon, Feb 11, 2013 at 7:58 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Scott Marlowe <scott.marlowe@gmail.com> writes:

The change from 8.0 to 8.1 that removed implicit casts broke a LOT of
poorly written software.

That was 8.3, not 8.1.

regards, tom lane

--
Adrian Klaver
adrian.klaver@gmail.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#10Scott Marlowe
scott.marlowe@gmail.com
In reply to: Wan Hashim (#3)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#11Wan Hashim
whashim@gmail.com
In reply to: Scott Marlowe (#10)
Re: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12

I believe the software can work with any postgresql 8.0.* . It is possible to install pg 8.0 in current release of linux?

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Wan Hashim" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>, <pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 11:44 am

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

#12Scott Marlowe
scott.marlowe@gmail.com
In reply to: Wan Hashim (#11)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

Not from a package. I don't think any recent distros have a repo with
8.0 in it, so you'll have to build from source. HOWEVER, building
from source is REAL easy with postgresql.

sudo apt-get install build-essential # ubuntu build tools
apt-get install libreadline-dev # used by pgsql to have an editable
command line
tar xvzf postgresql-8.0.26.tar.gz
cd postgresql-8.0.26
./configure --prefix=/opt/postgres # or wherever you want pg to install
make
sudo make install

tada! source install. Note that you might need whatever tools you
use to build software on your distro. On Ubuntu it's called
build-essential not sure what it's called on other distros.

On Tue, Feb 12, 2013 at 12:19 AM, whashim@gmail.com <whashim@gmail.com> wrote:

I believe the software can work with any postgresql 8.0.* . It is possible
to install pg 8.0 in current release of linux?

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Wan Hashim" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>,
<pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 11:44 am

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

--
To understand recursion, one must first understand recursion.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#13Scott Marlowe
scott.marlowe@gmail.com
In reply to: Scott Marlowe (#12)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

second line should be

sudo apt-get install libreadline-dev

of course. unless you're logged in as root.

On Tue, Feb 12, 2013 at 12:26 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:

Not from a package. I don't think any recent distros have a repo with
8.0 in it, so you'll have to build from source. HOWEVER, building
from source is REAL easy with postgresql.

sudo apt-get install build-essential # ubuntu build tools
apt-get install libreadline-dev # used by pgsql to have an editable
command line
tar xvzf postgresql-8.0.26.tar.gz
cd postgresql-8.0.26
./configure --prefix=/opt/postgres # or wherever you want pg to install
make
sudo make install

tada! source install. Note that you might need whatever tools you
use to build software on your distro. On Ubuntu it's called
build-essential not sure what it's called on other distros.

On Tue, Feb 12, 2013 at 12:19 AM, whashim@gmail.com <whashim@gmail.com> wrote:

I believe the software can work with any postgresql 8.0.* . It is possible
to install pg 8.0 in current release of linux?

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Wan Hashim" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>,
<pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 11:44 am

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

--
To understand recursion, one must first understand recursion.

--
To understand recursion, one must first understand recursion.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#14John R Pierce
pierce@hogranch.com
In reply to: Scott Marlowe (#12)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On 2/11/2013 11:26 PM, Scott Marlowe wrote:

./configure --prefix=/opt/postgres # or wherever you want pg to install

and depending on your application's requirements, you may want to enable
perl, python or whatever and whatever other optional stuff you may need..

--
john r pierce 37N 122W
somewhere on the middle of the left coast

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#15Wan Hashim
whashim@gmail.com
In reply to: John R Pierce (#14)
Re: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12

Thank you @

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "whashim@gmail.com" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 3:27 pm

second line should be

sudo apt-get install libreadline-dev

of course. unless you're logged in as root.

On Tue, Feb 12, 2013 at 12:26 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:

Not from a package. I don't think any recent distros have a repo with
8.0 in it, so you'll have to build from source. HOWEVER, building
from source is REAL easy with postgresql.

sudo apt-get install build-essential # ubuntu build tools
apt-get install libreadline-dev # used by pgsql to have an editable
command line
tar xvzf postgresql-8.0.26.tar.gz
cd postgresql-8.0.26
./configure --prefix=/opt/postgres # or wherever you want pg to install
make
sudo make install

tada! source install. Note that you might need whatever tools you
use to build software on your distro. On Ubuntu it's called
build-essential not sure what it's called on other distros.

On Tue, Feb 12, 2013 at 12:19 AM, whashim@gmail.com <whashim@gmail.com> wrote:

I believe the software can work with any postgresql 8.0.* . It is possible
to install pg 8.0 in current release of linux?

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Wan Hashim" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>,
<pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 11:44 am

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

--
To understand recursion, one must first understand recursion.

--
To understand recursion, one must first understand recursion.

#16Wan Hashim
whashim@gmail.com
In reply to: Wan Hashim (#15)
Re: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12

Thank you Scot. I will try

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "whashim@gmail.com" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 3:27 pm

second line should be

sudo apt-get install libreadline-dev

of course. unless you're logged in as root.

On Tue, Feb 12, 2013 at 12:26 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:

Not from a package. I don't think any recent distros have a repo with
8.0 in it, so you'll have to build from source. HOWEVER, building
from source is REAL easy with postgresql.

sudo apt-get install build-essential # ubuntu build tools
apt-get install libreadline-dev # used by pgsql to have an editable
command line
tar xvzf postgresql-8.0.26.tar.gz
cd postgresql-8.0.26
./configure --prefix=/opt/postgres # or wherever you want pg to install
make
sudo make install

tada! source install. Note that you might need whatever tools you
use to build software on your distro. On Ubuntu it's called
build-essential not sure what it's called on other distros.

On Tue, Feb 12, 2013 at 12:19 AM, whashim@gmail.com <whashim@gmail.com> wrote:

I believe the software can work with any postgresql 8.0.* . It is possible
to install pg 8.0 in current release of linux?

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Wan Hashim" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>,
<pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 11:44 am

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

--
To understand recursion, one must first understand recursion.

--
To understand recursion, one must first understand recursion.

#17Wan Hashim
whashim@gmail.com
In reply to: Wan Hashim (#16)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

Postgresql 8.0.5 has been successfully installed in Ubuntu 10 . thank you to all

second line should be

sudo apt-get install libreadline-dev

of course. unless you're logged in as root.

On Tue, Feb 12, 2013 at 12:26 AM, Scott Marlowe <scott.marlowe@gmail.com>
wrote:

Not from a package. I don't think any recent distros have a repo with
8.0 in it, so you'll have to build from source. HOWEVER, building
from source is REAL easy with postgresql.

sudo apt-get install build-essential # ubuntu build tools
apt-get install libreadline-dev # used by pgsql to have an editable
command line
tar xvzf postgresql-8.0.26.tar.gz
cd postgresql-8.0.26
./configure --prefix=/opt/postgres # or wherever you want pg to install
make
sudo make install

tada! source install. Note that you might need whatever tools you
use to build software on your distro. On Ubuntu it's called
build-essential not sure what it's called on other distros.

On Tue, Feb 12, 2013 at 12:19 AM, whashim@gmail.com <whashim@gmail.com>
wrote:

I believe the software can work with any postgresql 8.0.* . It is
possible
to install pg 8.0 in current release of linux?

Sent from my HTC

----- Reply message -----
From: "Scott Marlowe" <scott.marlowe@gmail.com>
To: "Wan Hashim" <whashim@gmail.com>
Cc: "Adrian Klaver" <adrian.klaver@gmail.com>,
<pgsql-general@postgresql.org>
Subject: [GENERAL] Installing Postgress 8.0.5 in Ubuntu 10.12
Date: Tue, Feb 12, 2013 11:44 am

On Mon, Feb 11, 2013 at 5:29 PM, Wan Hashim <whashim@gmail.com> wrote:

our legacy system required postgresql 8.0 to run. we are in the
process of upgrading the application and database.
we must have postgresql 8.8 to keep the system running at this moment .
if possible , we want to run in Ubuntu 12. we can consider older
version of OS if it can help .

If you can at least look at going to 8.0.26. there's almost 5 year of
bug fixes in 8.0.26 missing frm 8.0.5, many of them data corruption
bugs you really don't want to run into.

--
To understand recursion, one must first understand recursion.

--
To understand recursion, one must first understand recursion.

--
Regards;

Wan Mohd Hashim Wan Yusoff
Object Expression Sdn Bhd
9-2, Jalan BPP 5/3, Pusat Bandar Putra Permai
Seri Kembangan Selangor
Tel : 03 8940 8385 Fax: 03 5021 9071
Mobile : 012 2055184

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#18Vick Khera
vivek@khera.org
In reply to: John R Pierce (#5)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On Feb 11, 2013, at 8:18 PM, John R Pierce <pierce@hogranch.com> wrote:

are you sure it requires this old version? most software works with newer versions with little or no changes.

There are some implicit casting changes that broke some of my code
when 8.2 came out. Ever since then there have been no issues for my
applications in updating versions.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#19Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Vick Khera (#18)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

Vick Khera wrote:

There are some implicit casting changes that broke some of my code
when 8.2 came out.

You mean 8.3, right?

Yours,
Laurenz Albe

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#20Vick Khera
vivek@khera.org
In reply to: Laurenz Albe (#19)
Re: Installing Postgress 8.0.5 in Ubuntu 10.12

On Thu, Feb 14, 2013 at 3:15 AM, Albe Laurenz <laurenz.albe@wien.gv.at>wrote:

Vick Khera wrote:

There are some implicit casting changes that broke some of my code
when 8.2 came out.

You mean 8.3, right?

Based on further discussion in this thread, yes.