67d817cd0c
- Require PostgreSQL 9.1+ - Strip binaries - Sync pkg-descr - Pass maintainership PR: 197586 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> ChangeLog: - Supports PostgreSQL 9.4 - Change not to wait for transactions in different databases. - Support for DESC, NULLS FIRST/LAST, COLLATE to index keys.
6 lines
264 B
Text
6 lines
264 B
Text
pg_reorg can re-organize tables on a postgres database without any
|
|
locks so that you can retrieve or update rows in tables being
|
|
reorganized. The module is developed to be a better alternative of
|
|
CLUSTER and VACUUM FULL.
|
|
|
|
WWW: http://pgfoundry.org/projects/reorg/
|