postgresql-contrib-9.6_9.6.6-0+deb9u1~bpo8+1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/marleyspoon/utils/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/marleyspoon/utils/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install postgresql-contrib-9.6=9.6.6-0+deb9u1~bpo8+1

additional facilities for PostgreSQL

Full description:
  additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.6.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.

Checksums

MD5 af3c5344ce2daab9d6f95c90e7dd0d9d
SHA1 c3504cdd5e648fb22eaf0c7d7c50a08b86efc5fa
SHA256 54e1e5a11647b05a96416845b300f18a259bcdc0cb0fbe8b844d4d13ffb2edf9
SHA512 9f6b0253ea823f6af98e888a626795a9509f76ab9f76aa4d9c597a91144bf648d80482c367ee07eb9e7e9070db75af91aa86dc62ec451ebb410364122c66f2f9

Depends

  • postgresql-9.6 (= 9.6.6-0+deb9u1~bpo8+1), libc6 (>= 2.15), libpq5 (>= 9.2~beta3), libselinux1 (>= 2.1.12), libssl1.0.0 (>= 1.0.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)

Suggests

  • libdbd-pg-perl

Files

  • /usr/share/postgresql/9.6/man/man1/vacuumlo.1.gz
  • /usr/share/postgresql/9.6/man/man1/pgbench.1.gz
  • /usr/share/postgresql/9.6/man/man1/pg_test_timing.1.gz
  • /usr/share/postgresql/9.6/man/man1/pg_test_fsync.1.gz
  • /usr/share/postgresql/9.6/man/man1/pg_standby.1.gz
  • /usr/share/postgresql/9.6/man/man1/pg_archivecleanup.1.gz
  • /usr/share/postgresql/9.6/man/man1/oid2name.1.gz
  • /usr/share/postgresql/9.6/extension/xml2.control
  • /usr/share/postgresql/9.6/extension/xml2--unpackaged--1.0.sql
  • /usr/share/postgresql/9.6/extension/xml2--1.1.sql
  • /usr/share/postgresql/9.6/extension/xml2--1.0--1.1.sql
  • /usr/share/postgresql/9.6/extension/uuid-ossp.control
  • /usr/share/postgresql/9.6/extension/uuid-ossp--unpackaged--1.0.sql
  • /usr/share/postgresql/9.6/extension/uuid-ossp--1.1.sql
  • /usr/share/postgresql/9.6/extension/uuid-ossp--1.0--1.1.sql
  • /usr/share/postgresql/9.6/extension/unaccent.control
  • /usr/share/postgresql/9.6/extension/unaccent--unpackaged--1.0.sql
  • /usr/share/postgresql/9.6/extension/unaccent--1.1.sql
  • /usr/share/postgresql/9.6/extension/unaccent--1.0--1.1.sql
  • /usr/share/postgresql/9.6/extension/tsm_system_time.control
  • /usr/share/postgresql/9.6/extension/tsm_system_time--1.0.sql
  • /usr/share/postgresql/9.6/extension/tsm_system_rows.control
  • /usr/share/postgresql/9.6/extension/tsm_system_rows--1.0.sql
  • /usr/share/postgresql/9.6/extension/tsearch2.control
  • /usr/share/postgresql/9.6/extension/tsearch2--unpackaged--1.0.sql
  • /usr/share/postgresql/9.6/extension/tsearch2--1.0.sql
  • /usr/share/postgresql/9.6/extension/timetravel.control
  • /usr/share/postgresql/9.6/extension/timetravel--unpackaged--1.0.sql
  • /usr/share/postgresql/9.6/extension/timetravel--1.0.sql
  • /usr/share/postgresql/9.6/extension/tcn.control

Uploaded

about 5 years ago

Package Size

494 KB

Installed Size

2.12 MB

Downloads

8

wget

wget --content-disposition "https://packagecloud.io/marleyspoon/utils/packages/ubuntu/trusty/postgresql-contrib-9.6_9.6.6-0+deb9u1~bpo8+1_amd64.deb/download.deb?distro_version_id=20"

Homepage

http://www.postgresql.org/