front-end programs for PostgreSQL.
Slot | Version | Repository | Platforms | ||||
---|---|---|---|---|---|---|---|
0 | 17.5 | arbor | ~amd64 | arm? | armv7? | armv8? | ~x86 |
Homepage | https://www.postgresql.org |
---|---|
Summary | front-end programs for PostgreSQL |
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. |
Upstream documentation | ( https://www.postgresql.org/docs/manuals/ https://www.postgresql.org/docs/faq/ https://www.postgresql.org/docs/17/static/app-psql.html ) |
Upstream release notes | https://www.postgresql.org/docs/17/static/release-17-5.html |
Dependencies | ( !dev-db/postgresql:0 build: sys-devel/flex sys-devel/gettext doc? ( app-text/docbook-sgml-dtd:4.2 app-text/opensp dev-libs/libxml2:=[>=2.6.23] dev-libs/libxslt ) build+run: readline? ( sys-libs/readline:= ) ssl? ( providers:libressl? ( dev-libs/libressl:= ) providers:openssl? ( dev-libs/openssl:= ) ) ) |
Downloads | mirror://postgresql/source/v17.5/postgresql-17.5.tar.bz2 |
Licences | PostgreSQL |
doc | Adds extra documentation (API, Javadoc, etc) |
---|---|
pgdump | Install pg_dump and pg_dumpall. Should only be used if no server is installed! |
readline | Used only by the client psql for history control and autocomplete funcionality |
ssl | Adds support for Secure Socket Layer connections |
libressl | Use LibreSSL as the SSL provider |
---|---|
openssl | Use OpenSSL as the SSL provider |