DESCRIPTION=" PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation."
MYOPTIONS="( ( python [[ description = [ Support for PL/Python (only the \"untrusted\" version) server-side programming language ] ]] python? ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] ldap [[ description = [ Adds LDAP support (Lightweight Directory Access Protocol) ] ]] pam [[ description = [ Adds support PAM (Pluggable Authentication Modules) ] ]] perl [[ description = [ Support for both PL/Perl and Pl/PerlU server-side programming languages ] ]] python [[ description = [ Support for PL/Python (only the \"untrusted\" version) server-side programming language ] ]] ssl [[ description = [ Adds support for Secure Socket Layer connections ] ]] systemd [[ description = [ Add support for integration with the systemd init daemon ] ]] tcl [[ description = [ Support for both PL/Tcl and PL/TclU server-side programming languages ] ]] xml [[ description = [ Add core support for XML data type ] ]] ssl? ( ( providers: libressl [[ description = [ Use LibreSSL as the SSL provider ] ]] openssl [[ description = [ Use OpenSSL as the SSL provider ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ( postgresql_extensions: auth_delay [[ description = [ Adds a delay to failed authentication responses to make brute-force attacks on password more difficult ] ]] auto_explain [[ description = [ Logs execution plans of slow statements automatically ] ]] btree_gin [[ description = [ GIN operator classes that implement B-tree equivalent behavior for several data types ] ]] btree_gist [[ description = [ GiST index operator classes that imlement B-tree equivalent behavior for several data types ] ]] citext [[ description = [ The citext data type, a case-insensitive character string type ] ]] cube [[ description = [ The cube data type for representing multidimensional cubes ] ]] dblink [[ description = [ Connect to other PostgreSQL databases from within a database session ] ]] dict_int [[ description = [ An example dictionnary for indexing integers ] ]] dict_xsyn [[ description = [ An example dictionnary for replacing words with their synonyms for full-text search ] ]] earthdistance [[ description = [ Two methods for calculating great circle distances on the surface of the Earth ] requires = [ postgresql_extensions: cube ] ]] file_fdw [[ description = [ A foreign-data wrapper for accessing files on the servers's file system ] ]] fuzzystrmatch [[ description = [ Distance functions on text (mostly for phonetic comparisons) ] ]] hstore [[ description = [ The hstore data type ] ]] intagg [[ description = [ An integer aggregator and an enumerator (obsolete) ] ]] intarray [[ description = [ Additional functions and indices for int arrays and int sets ] ]] isn [[ description = [ Data types for international product numbering standards ] ]] lo [[ description = [ The large object support functions and the vacuumlo command line utility ] ]] ltree [[ description = [ The ltree data type for hierarquical categorization ] ]] oid2name [[ description = [ Utility program that helps administrators to examine the file structure used by PostgreSQL ] ]] pageinspect [[ description = [ Low-level functions to inspect pages (for debugging) ] ]] passwordcheck [[ description = [ The passwordcheck module checks users' passwords whenever they are set with CREATE ROLE or ALTER ROLE ] ]] pg_buffercache [[ description = [ Analyze what's happening in the shared buffer cache ] ]] pg_freespacemap [[ description = [ Analyze the free space map ] ]] pg_prewarm [[ description = [ Load relation data into buffer cache ] ]] pg_standby [[ description = [ pg_standby supports creation of a warm standby database server ] ]] pg_trgm [[ description = [ Trigram support for Full-Text Search ] ]] pgcrypto [[ description = [ Cryptographic (hashi