PostgreSQL RDBMS (client)
PostgreSQL RDBMS client applications, libraries and include files
for database administration, maintenance and integration with other
applications.

The OpenBSD PostgreSQL port build produces several packages:

* postgresql-client-14.2 - client package
  Client-side applications, headers and libraries.

* postgresql-server-14.2 - server package
  Contains additional files needed for performing backend server
  functions - such as providing the database server itself.

* postgresql-docs-14.2 - documentation
  Additional documentation: FAQs, READMEs; PostgreSQL manuals in
  HTML format: Administrator's Guide, Programmer's Manual, PostgreSQL
  Tutorial and User's Guide and Integrated Documentation package
  contains all the above documentation.

* postgresql-contrib-14.2 - contributions
  Additional utilities and usefull libraries.

* postgresql-plpython-14.2 - PL/Python procedural language.

* postgresql-pg_upgrade-14.2 - Used to upgrade database
  clusters directly from the previous version without a dump
  and restore.

Maintainer: Jeremy Evans <jeremy@openbsd.org>

WWW: https://www.postgresql.org/
