DESCRIPTION=" This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. This is the client package for PostgreSQL. If you install PostgreSQL on a standalone machine, you need the server package dev-db/postgresql, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. PostgreSQL is an object-relational SQL database management system."
MYOPTIONS="( ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] readline [[ description = [ Used only by the client psql for history control and autocomplete funcionality ] ]] ssl [[ description = [ Adds support for Secure Socket Layer connections ] ]] pgdump [[ description = [ Install pg_dump and pg_dumpall. Should only be used if no server is installed! ] ]] ssl? ( ( providers: libressl [[ description = [ Use LibreSSL as the SSL provider ] ]] openssl [[ description = [ Use OpenSSL as the SSL provider ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ postgresql-client.exlib ] ]] ) "