           SPELL=postgresql
         VERSION=8.3.3
     SOURCE_HASH=sha512:bc7575ffce5012a2dd7cd016bceea53010d29714c1e6a89435785a871b91211012a2df286c2b594e79ce5a321bfc7f63c11451286fd746d191c062694b3cd219
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp9.us.postgresql.org/pub/mirrors/$SPELL/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/
     GATHER_DOCS=off
  SECURITY_PATCH=5
         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, and 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
