postgresql-11-repack_1.4.5-2.pgdg18.04+1_arm64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

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

STEP 2: Install the package
sudo apt-get install postgresql-11-repack=1.4.5-2.pgdg18.04+1

reorganize tables in PostgreSQL databases with minimal locks

Full description:
  reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 11.

Checksums

MD5 1f2ccf129c7e834da1e06310e1dd9355
SHA1 fa2e960f089924d1b2d402a28693e398aef66600
SHA256 b7d3e459701456f497467609ed1aa0168d2509d75c70f6f85fd4ba82d186a17c
SHA512 52919755709175c6b268f5374b38f58888294a2903d7fb0ea3b9fdf0d719fc1d5741d93b087b18c6de0cc70d94450ad5739958ba932353dc65132fd80e118d54

Depends

  • postgresql-11, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)

Files

  • /usr/share/postgresql/11/extension/pg_repack.control
  • /usr/share/postgresql/11/extension/pg_repack--1.4.5.sql
  • /usr/share/doc/postgresql-11-repack/style.css
  • /usr/share/doc/postgresql-11-repack/release.rst
  • /usr/share/doc/postgresql-11-repack/pg_repack.rst.gz
  • /usr/share/doc/postgresql-11-repack/pg_repack_jp.rst.gz
  • /usr/share/doc/postgresql-11-repack/Makefile
  • /usr/share/doc/postgresql-11-repack/copyright
  • /usr/share/doc/postgresql-11-repack/changelog.Debian.gz
  • /usr/lib/postgresql/11/lib/pg_repack.so
  • /usr/lib/postgresql/11/bin/pg_repack

Uploaded

about 5 years ago

Package Size

63.8 KB

Installed Size

159 KB

Downloads

25

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/bionic/postgresql-11-repack_1.4.5-2.pgdg18.04+1_arm64.deb/download.deb?distro_version_id=190"

Homepage

https://github.com/reorg/pg_repack