           SPELL=postgresql
         VERSION=8.3.1
     SOURCE_HASH=sha512:2f3046542c3d39c8e08aaa025b8f38339c12578aa3aca82a59c9e4178a9d4f47eb7a04a15bc3a58259a81e69e0c4f0763e0c78cdd9adb636c2c1f509384e6f0d
          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=5
      PATCHLEVEL=0
         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
