           SPELL=postgresql
         VERSION=8.2.4
     SOURCE_HASH=sha512:90f51c736eb9367124614b5132b884674e11e0e192e5428cebda48805dd685bace1073ce69f95b3758df5ef9998a6304c03828fac870d9b52ef347bb322a22a7
          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
        WEB_SITE=http://www.postgresql.org/
            DOCS=""
  SECURITY_PATCH=4
      PATCHLEVEL=1
         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
