postgresql
Powerful object-relational database system
PostgreSQL is a powerful object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 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.
- Versions: 16.4 · 15.8 · 14.13 · 13.16 · 11.22 · 10.23
- Website: https://www.postgresql.org/
- Licenses: X11-style
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of postgresql
as follows:
guix install postgresql
Or install a particular version:
guix install postgresql@10.23
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of postgresql about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/postgresql'><img src='https://packages.guix.gnu.org/packages/postgresql/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/postgresql)
Example Org:
[[https://packages.guix.gnu.org/packages/postgresql][https://packages.guix.gnu.org/packages/postgresql/badges/latest-version.svg]]