summaryrefslogtreecommitdiffstats
path: root/database/postgresql/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/DETAILS')
-rwxr-xr-xdatabase/postgresql/DETAILS39
1 files changed, 22 insertions, 17 deletions
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 6927d8a7b1..351968f74c 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,31 +1,36 @@
SPELL=postgresql
- VERSION=8.3.1
- SOURCE_HASH=sha512:2f3046542c3d39c8e08aaa025b8f38339c12578aa3aca82a59c9e4178a9d4f47eb7a04a15bc3a58259a81e69e0c4f0763e0c78cdd9adb636c2c1f509384e6f0d
+ VERSION=8.4.1
+ SOURCE_HASH=sha512:7827af3e54084b616fbeb5cabd22f28d7481658de6feaefa3a0e1eae561291138d81456695d82d956fd65dcde90e7d6b8b928f47995ad0a5327adf1435f6ce4f
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URI=v$VERSION/$SOURCE
- SOURCE_URL[0]=ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/$SOURCE_URI
- SOURCE_URL[1]=ftp://ftp10.us.postgresql.org/pub/postgresql/source/$SOURCE_URI
- SOURCE_URL[2]=ftp://ftp13.us.postgresql.org/mirror/postgresql/source/$SOURCE_URI
- SOURCE_URL[3]=ftp://ftp15.us.postgresql.org/$SOURCE_URI
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
+ SOURCE_URL[1]=ftp://ftp10.us.postgresql.org/pub/$SPELL/source/v$VERSION/$SOURCE
+ SOURCE_URL[2]=ftp://ftp13.us.postgresql.org/mirror/$SPELL/source/v$VERSION/$SOURCE
+ SOURCE_URL[3]=ftp://ftp15.us.postgresql.org/v$VERSION/$SOURCE
+
+if [[ $PGSQL_CLUSTER == y ]]; then
+ CLUSTER_VERSION=1.9.0rc5
+ SOURCE2=pgcluster-$CLUSTER_VERSION-patch.tar.gz
+ SOURCE2_URL[0]=http://pgfoundry.org/frs/download.php/1706/$SOURCE2
+ SOURCE2_HASH=sha512:df328505fee683051642850bade5932595184d3af8db6d47663d8c6e5fec5dc62256390ead83a2fa719efe212f8a44350f57cb4f1361bde63b2227e5cc13e927
+fi
+
WEB_SITE=http://www.postgresql.org/
- DOCS=""
- SECURITY_PATCH=5
- PATCHLEVEL=0
+ GATHER_DOCS=off
+ SECURITY_PATCH=6
ENTERED=20011113
LICENSE[0]=BSD
KEYWORDS="database"
- SHORT="Sophisticated Object-Relational DBMS"
+ SHORT="sophisticated Object-Relational DBMS"
cat << EOF
-PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost
-all SQL constructs, including subselects, transactions and user defined
-types and functions.
-A point list for some technical features that PostgreSQL offers:
+PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all SQL
+constructs, including subselects, transactions and user defined types and
+functions. A point list for some technical features that PostgreSQL offers:
* Fully ACID compliant
* ANSI SQL compliant
* Referential Integrity
* Replication (non-commercial and commercial solutions)
-* Native interfaces for ODBC, JDBC, C, C++, PHP, Perl, TCL, ECPG, Python, and Ruby
+* Native interfaces for ODBC, JDBC, C, C++, PHP, Perl, TCL, ECPG, Python, Ruby
* Rules, Views, Triggers, Outer Joins, Sub-selects, Sequences, Stored Procedures
* Support for UNION, UNION ALL and EXCEPT queries
* Unicode