PostgreSQL 8.4 download?

Started by Josh Harrisonover 17 years ago10 messagesgeneral
Jump to latest
#1Josh Harrison
joshques@gmail.com

Hi
Is version 8.4 available for download now ? If so can you direct me to he
website?
Thanks
Josh

#2Grzegorz Jaśkiewicz
gryzman@gmail.com
In reply to: Josh Harrison (#1)
Re: PostgreSQL 8.4 download?

"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

#3Josh Harrison
joshques@gmail.com
In reply to: Grzegorz Jaśkiewicz (#2)
Re: PostgreSQL 8.4 download?

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:

Show quoted text

"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

#4Grzegorz Jaśkiewicz
gryzman@gmail.com
In reply to: Josh Harrison (#3)
Re: PostgreSQL 8.4 download?

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

#5Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Josh Harrison (#3)
Re: PostgreSQL 8.4 download?

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

#6Scott Marlowe
scott.marlowe@gmail.com
In reply to: Josh Harrison (#1)
Re: PostgreSQL 8.4 download?

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.

#7Joshua D. Drake
jd@commandprompt.com
In reply to: Devrim GÜNDÜZ (#5)
Re: PostgreSQL 8.4 download?

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

--

#8Josh Harrison
joshques@gmail.com
In reply to: Joshua D. Drake (#7)
Re: PostgreSQL 8.4 download?

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 .

Show quoted text

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

--

#9Craig Ringer
craig@2ndquadrant.com
In reply to: Scott Marlowe (#6)
Re: PostgreSQL 8.4 download?

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

#10Thomas Kellerer
spam_eater@gmx.net
In reply to: Craig Ringer (#9)
Re: PostgreSQL 8.4 download?

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