download PostgreSQL 8.0.2

Started by Alexander Gallardo Torresover 17 years ago3 messagesbugs
Jump to latest
#1Alexander Gallardo Torres
alexander.gallardo@tecnar.edu.co

I need download PostgreSQL 8.0.2 but this link has problem.

http://www.postgresql.org/ftp/binary/v8.0.2/win32/
<http://postgresql.mirrors-r-us.net/ftp/binary/v8.0.2/win32/index.html&gt;

Ing. Alexander Gallardo Torres

Jefe Divisiòn de Sistemas

Tel: (57) (5) 6600671 - 6641515 Ext 109. Fax: (57) (5) 6640253

E-mail: <mailto:alexgt@tecnar.edu.co> alexander.gallardo@tecnar.edu.co –
<mailto:alexander.gallardo@hotmail.com> alexander.gallardo@hotmail.com –
<mailto:alexander.gallardo@yahoo.es> alexander.gallardo@yahoo.es

Fundaciòn Tecnológica Antonio de Arévalo
Centro Calle del Cuartel N° 36-61. A.A: 3324
Cartagena de Indias D. T. y C. - Colombia

CONFIDENCIALIDAD: Este mensaje es confidencial y está dirigido
exclusivamente a su destinatario. No está permitida cualquier publicación o
uso no autorizado del mismo. Si este mensaje es recibido por error, favor
avísenos inmediatamente devolviéndolo y borrando el mensaje. Gracias

CONFIDENTIALITY: This message is confidential and is intended for the
addressee only. Unauthorized disclosure or use thereof is not permitted. If
this message is received in error, please advise us immediately by
return-email and delete the original message. Thank you

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alexander Gallardo Torres (#1)
Re: download PostgreSQL 8.0.2

"Alexander Gallardo Torres" <alexander.gallardo@tecnar.edu.co> writes:

I need download PostgreSQL 8.0.2 but this link has problem.

Surely you want something newer than that --- 8.0.2 was obsoleted over
three years ago. Try 8.0.15, which I believe is the last 8.0.x release
we made for Windows.

(Actually, you should seriously consider upgrading to 8.2.x or 8.3.x;
we no longer support 8.0.x for Windows because it was too buggy.)

regards, tom lane

#3Guillaume Smet
guillaume.smet@gmail.com
In reply to: Tom Lane (#2)
Re: download PostgreSQL 8.0.2

On Tue, Dec 9, 2008 at 11:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

"Alexander Gallardo Torres" <alexander.gallardo@tecnar.edu.co> writes:

I need download PostgreSQL 8.0.2 but this link has problem.

Surely you want something newer than that --- 8.0.2 was obsoleted over
three years ago. Try 8.0.15, which I believe is the last 8.0.x release
we made for Windows.

(Actually, you should seriously consider upgrading to 8.2.x or 8.3.x;
we no longer support 8.0.x for Windows because it was too buggy.)

+1.

But if you're really into archeology, you can find all the old
versions in the ftp archives:
ftp://ftp-archives.postgresql.org/pub/binary/v8.0.2/win32/

Don't even try to use this version for a production database.

--
Guillaume