Обсуждение: How to download Non-Installer (ZIP) Postgres 8.3 for Windows?

Поиск
Список
Период
Сортировка

How to download Non-Installer (ZIP) Postgres 8.3 for Windows?

От
Thomas Kellerer
Дата:
Hi,

I'm trying to download the ZIP archive for Postgres 8.3 on Windows, but I can't find a download location where I do not
needto register with EnterpriseDB 

When I go to http://www.enterprisedb.com/products/download.do and click on the Windows link for Postgres 8.3 I end up
onthe "Please register" page. 

When I follow the download link from http://www.postgresql.org/download/ I wind up at
http://www.enterprisedb.com/products/pgbindownload.dobut there is no link to version 8.3 

So how do I download the "binaries only" (no installer) bundle of Postgres 8.3 for windows?

Regards
Thomas

Re: How to download Non-Installer (ZIP) Postgres 8.3 for Windows?

От
Dave Page
Дата:
On Fri, Jul 9, 2010 at 9:14 AM, Thomas Kellerer <spam_eater@gmx.net> wrote:
> Hi,
>
> I'm trying to download the ZIP archive for Postgres 8.3 on Windows, but I
> can't find a download location where I do not need to register with
> EnterpriseDB
>
> When I go to http://www.enterprisedb.com/products/download.do and click on
> the Windows link for Postgres 8.3 I end up on the "Please register" page.

Yes. That's because you didn't follow a link from postgresql.org.

> When I follow the download link from http://www.postgresql.org/download/ I
> wind up at http://www.enterprisedb.com/products/pgbindownload.do but there
> is no link to version 8.3
>
> So how do I download the "binaries only" (no installer) bundle of Postgres
> 8.3 for windows?

EnterpriseDB don't produce one for 8.3. There is a copy from the old
MSI installer at http://www.postgresql.org/ftp/binary/v8.3.11/win32/,
but it's not binary-compatible with the one-click installers
(different integer-datetime settings).

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: How to download Non-Installer (ZIP) Postgres 8.3 for Windows?

От
Thomas Kellerer
Дата:
Dave Page, 09.07.2010 10:20:
>> So how do I download the "binaries only" (no installer) bundle of Postgres
>> 8.3 for windows?
>
> EnterpriseDB don't produce one for 8.3. There is a copy from the old
> MSI installer at http://www.postgresql.org/ftp/binary/v8.3.11/win32/,
> but it's not binary-compatible with the one-click installers
> (different integer-datetime settings).


Ah, right I forgot that 8.3 was bundled differently ;)

Thanks for the quick response!

Cheers
Thomas