           SPELL=postgresql
         VERSION=8.4.2
     SOURCE_HASH=sha512:6f5581971f8e8e79f64fc97b3b633bccabe1fef9e31c4bfe99d51b3a53d1166f7c5f4a38f264e894c166f9315b0f793cf538f11a00804d33edbb0ccfab529a06
          SOURCE=$SPELL-$VERSION.tar.bz2
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

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/
     GATHER_DOCS=off
  SECURITY_PATCH=6
         ENTERED=20011113
      LICENSE[0]=BSD
        KEYWORDS="database"
           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:
* 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, Ruby
* Rules, Views, Triggers, Outer Joins, Sub-selects, Sequences, Stored Procedures
* Support for UNION, UNION ALL and EXCEPT queries
* Unicode
* Inheritance
* An open API
* Native SSL support, Native Kerberos authentication
* Better than row-level locking, Functional and Partial indexes
* Loadable extensions offering SHA1, MD5, XML, and other functionality
* Tools for generating portable SQL to share with other SQL-compliant systems
* Extensible data type system
* Cross-database compatibility functions
EOF
