Raw Package Information

Package: postgresql-9.6-repack
Source: pg-repack
Version: 1.4.7-2.pgdg18.04+1
Architecture: i386
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-9.6, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-9.6-repack_1.4.7-2.pgdg18.04+1_i386.deb
Size: 74624
SHA256: 69884a9ae2bc8b7b1551c6642b979a03c02c15a2ed73060bfd269311723750e6
SHA1: 921d39392563b3a0bfa3ef644e9423cf13eb4578
MD5sum: 743ae378c48731dfa87daddfd7f34ab0
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 9.6.