           SPELL=postgresql
         VERSION=18.2
  SECURITY_PATCH=19
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:76430e05fc4a38fbe9a43d27fcd1ba85939de7690ad320e3820dba1403417da83b89aa4b27219b6a1b91fe2d4e20c85b0337732f7b8978a9850c930dbadff67f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
        WEB_SITE=https://www.postgresql.org/
     GATHER_DOCS=off
         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
