|
Home > Archive > PostgreSQL Discussion > April 2005 > Postgres source (tar file) for Fedora Core OS?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Postgres source (tar file) for Fedora Core OS?
|
|
| Dinesh Pandey 2005-04-26, 3:23 am |
| From where can I download latest Postgres source (tar file) for Fedora Core
OS?
Regards
Dinesh Pandey
| |
| John DeSoi 2005-04-26, 11:24 am |
|
On Apr 26, 2005, at 12:13 AM, Dinesh Pandey wrote:
> From where can I download latest Postgres source (tar file) for Fedora
> Core OS?
http://www.postgresql.org/ftp/v8.0.2/
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
| |
| Marco Colombo 2005-04-26, 1:23 pm |
| On Tue, 2005-04-26 at 09:43 +0530, Dinesh Pandey wrote:
> From where can I download latest Postgres source (tar file) for Fedora
> Core OS?
>
> Regards
> Dinesh Pandey
This is a question for Fedora mailing-lists. Anyway, FC distributes
sources in RPM format. Assuming you're referring to the latest
update, you can find the sources at:
http://download.fedora.redhat.com/p...pdates/3/SRPMS/
the current latest PostgreSQL source rpm is:
postgresql-7.4.7-3.FC3.1.src.rpm
which contains the original source tarball plus patches. To view the RPM
content, type:
rpm2cpio postgresql-7.4.7-3.FC3.1.src.rpm | cpio -itv
See rpmbuild(8) manual page for details on how to build binary RPMs from
the source one.
..TM.
--
____/ ____/ /
/ / / Marco Colombo
___/ ___ / / Technical Manager
/ / / ESI s.r.l.
_____/ _____/ _/ Colombo@ESI.it
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
|
|
|
|
|