Обсуждение: PostgreSQL 8.4 download?

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

PostgreSQL 8.4 download?

От
"Josh Harrison"
Дата:
Hi
Is version 8.4 available for download now ? If so can you direct me to he website?
Thanks
Josh

Re: PostgreSQL 8.4 download?

От
"Grzegorz Jaśkiewicz"
Дата:
"he" is still in the making, so there's no 8.4 release as such yet.
"You" have to wait, for "he" will come. ;)


--
GJ

Re: PostgreSQL 8.4 download?

От
"Josh Harrison"
Дата:
Thanks GJ for the 'he' information. It was just a typo.
If so can you direct me to "the" website?
-Josh

On Wed, Nov 19, 2008 at 8:33 AM, Grzegorz Jaśkiewicz <gryzman@gmail.com> wrote:
"he" is still in the making, so there's no 8.4 release as such yet.
"You" have to wait, for "he" will come. ;)


--
GJ

Re: PostgreSQL 8.4 download?

От
"Grzegorz Jaśkiewicz"
Дата:


2008/11/19 Josh Harrison <joshques@gmail.com>
Thanks GJ for the 'he' information. It was just a typo.
If so can you direct me to "the" website?

hope you don't feel offended by the joke. :P

postgresql.org is a general place. If you need to test devel release (cvs head),
you have to be careful with it - as for every update you will have to dump and restore, and it might be very bumpy road - so you have to be careful. Instruction on how to obtain cvs head version ("he" development version) can be found at http://wiki.postgresql.org/index.php/Working_with_CVS



--
GJ

Re: PostgreSQL 8.4 download?

От
Devrim GÜNDÜZ
Дата:
On Wed, 2008-11-19 at 08:35 -0500, Josh Harrison wrote:
> If so can you direct me to "the" website?

Here is yesterday's snapshot:

http://yum.pgsqlrpms.org/srpms/8.4/postgresql-8.4devel_20081118.tar.bz2

and its md5 sum:

http://yum.pgsqlrpms.org/srpms/8.4/postgresql-8.4devel_20081118.tar.bz2.md5

...or maybe better:

ftp://ftp.postgresql.org/pub/snapshot/dev/postgresql-snapshot.tar.bz2

--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                   http://www.gunduz.org

Вложения

Re: PostgreSQL 8.4 download?

От
"Scott Marlowe"
Дата:
On Wed, Nov 19, 2008 at 6:28 AM, Josh Harrison <joshques@gmail.com> wrote:
> Hi
> Is version 8.4 available for download now ? If so can you direct me to he
> website?

There's a daily snapshot available for download off the main dl tree.
Go to the download page and look for the link to browse the mirrors
directly.  Pick on and look for snapshot.  You get to compile it
yourself, but it's pretty easy to do.  Or you can do anonymous CVS
checkout, but there's a fair bit of extra kit you need to make it
yourself from CVS.

Re: PostgreSQL 8.4 download?

От
"Joshua D. Drake"
Дата:
On Wed, 2008-11-19 at 17:19 +0200, Devrim GÜNDÜZ wrote:
> On Wed, 2008-11-19 at 08:35 -0500, Josh Harrison wrote:
> > If so can you direct me to "the" website?

Just a tip... 8.4 isn't released... it isn't even beta yet.

>
> Here is yesterday's snapshot:
>
> http://yum.pgsqlrpms.org/srpms/8.4/postgresql-8.4devel_20081118.tar.bz2
>
> and its md5 sum:
>
> http://yum.pgsqlrpms.org/srpms/8.4/postgresql-8.4devel_20081118.tar.bz2.md5
>
> ...or maybe better:
>
> ftp://ftp.postgresql.org/pub/snapshot/dev/postgresql-snapshot.tar.bz2
>
--


Re: PostgreSQL 8.4 download?

От
"Josh Harrison"
Дата:


On Wed, Nov 19, 2008 at 1:08 PM, Joshua D. Drake <jd@commandprompt.com> wrote:
On Wed, 2008-11-19 at 17:19 +0200, Devrim GÜNDÜZ wrote:
> On Wed, 2008-11-19 at 08:35 -0500, Josh Harrison wrote:
> > If so can you direct me to "the" website?

Just a tip... 8.4 isn't released... it isn't even beta yet.
I know...I just want to try the WITH RECURSIVE feature that is already committed to the 8.4 version .


Re: PostgreSQL 8.4 download?

От
Craig Ringer
Дата:
Scott Marlowe wrote:
> On Wed, Nov 19, 2008 at 6:28 AM, Josh Harrison <joshques@gmail.com> wrote:
>> Hi
>> Is version 8.4 available for download now ? If so can you direct me to he
>> website?
>
> There's a daily snapshot available for download off the main dl tree.
> Go to the download page and look for the link to browse the mirrors
> directly.  Pick on and look for snapshot.  You get to compile it
> yourself, but it's pretty easy to do.

... on a UNIX/Linux machine. It's less fun on Windows, though still not
actually all that bad if you're unlucky enough to be reasonably familiar
with Windows dev tools.

--
Craig Ringer

Re: PostgreSQL 8.4 download?

От
Thomas Kellerer
Дата:
Craig Ringer wrote on 20.11.2008 12:12:
>> There's a daily snapshot available for download off the main dl tree.
>> Go to the download page and look for the link to browse the mirrors
>> directly.  Pick on and look for snapshot.  You get to compile it
>> yourself, but it's pretty easy to do.
>
> ... on a UNIX/Linux machine. It's less fun on Windows, though still not
> actually all that bad if you're unlucky enough to be reasonably familiar
> with Windows dev tools.

The guys from EnterpriseDB are so kind to provide snapshot builds of the Windows
version as well:

http://www.enterprisedb.com/products/pgdevdownload.do

Thanks a lot!

Thomas