This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/postgresql/badges/latest-version.svg)](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]]