pg_reorg

reorganize tables in PostgreSQL databases without any locks

Install

All systems
curl cmd.cat/pg_reorg.sh
Raspbian
apt-get install postgresql-9.4-reorg

postgresql-9.4-reorg

reorganize tables in PostgreSQL databases without any locks

pg_reorg is an utility program to reorganize tables in PostgreSQL databases. Unlike clusterdb, it doesn't block any selections and updates during reorganization. This package contains the pg_reorg program and the server extension for PostgreSQL 9.4.