Edited, memorised or added to reading queue

on 07-Jul-2019 (Sun)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Create /etc/apt/sources.list.d/pgdg.list. The distributions are called codename-pgdg. In the example, replace stretch with the actual distribution you are using:

deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Apt - PostgreSQL wiki
e repository key from https://www.postgresql.org/media/keys/ACCC4CF8.asc : sudo apt-get install curl ca-certificates curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - <span>Create /etc/apt/sources.list.d/pgdg.list. The distributions are called codename-pgdg. In the example, replace stretch with the actual distribution you are using: deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main (You may determine the codename of your distribution by running lsb_release -c). For a shorthand version of the above, presuming you are using a supported release: sudo sh -c 'echo "deb




We aim at building PostgreSQL server packages as well as extensions and modules packages on several Debian/Ubuntu releases for all PostgreSQL versions supported.

Currently, we support

  • Debian 8 (jessie), 9 (stretch), 10 (buster), and unstable (sid)
  • Ubuntu 16.04 (xenial), 18.04 (bionic), 18.10 (cosmic; amd64 only), 19.04 (disco; amd64 only)
  • Architectures: amd64 (64-bit x86), i386 (32-bit x86), ppc64el (little-endian 64-bit POWER)
  • PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12 devel
  • Server extensions such as Slony-I, various PL languages, and datatypes
  • Applications like pgadmin3, pgbouncer, and pgpool-II
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Apt - PostgreSQL wiki
r Debian and Ubuntu The PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu located at http://apt.postgresql.org/pub/repos/apt/ . <span>We aim at building PostgreSQL server packages as well as extensions and modules packages on several Debian/Ubuntu releases for all PostgreSQL versions supported. Currently, we support Debian 8 (jessie), 9 (stretch), 10 (buster), and unstable (sid) Ubuntu 16.04 (xenial), 18.04 (bionic), 18.10 (cosmic; amd64 only), 19.04 (disco; amd64 only) Architectures: amd64 (64-bit x86), i386 (32-bit x86), ppc64el (little-endian 64-bit POWER) PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12 devel Server extensions such as Slony-I, various PL languages, and datatypes Applications like pgadmin3, pgbouncer, and pgpool-II Packages for older PostgreSQL versions and older Debian/Ubuntu distributions will continue to stay in the repository; updates for those will be provided on an ad hoc basis. Quickstart I