2012-11-11 01:10:24 +00:00
|
|
|
pg_repack -- Reorganize tables in PostgreSQL databases without any locks
|
|
|
|
========================================================================
|
2012-09-22 11:30:32 +01:00
|
|
|
|
2012-11-11 02:38:09 +00:00
|
|
|
- Homepage: http://reorg.github.com/pg_repack
|
|
|
|
- Development: https://github.com/reorg/pg_repack
|
|
|
|
- Bug Report: https://github.com/reorg/pg_reorg/issues
|
|
|
|
- Mailing List: http://pgfoundry.org/mailman/listinfo/reorg-general
|
2012-09-22 11:30:32 +01:00
|
|
|
|
2012-11-11 02:38:09 +00:00
|
|
|
pg_repack_ is an utility program to reorganize tables in PostgreSQL databases.
|
2012-11-11 01:10:24 +00:00
|
|
|
Unlike clusterdb_, it doesn't block any selections and updates during
|
|
|
|
reorganization.
|
2012-09-22 11:30:32 +01:00
|
|
|
|
2012-11-11 01:10:24 +00:00
|
|
|
pg_repack is a fork of the previous pg_reorg_ project. It was founded to
|
|
|
|
gather the bug fixes and new development ideas that the slow pace of
|
|
|
|
development of pg_reorg was struggling to satisfy.
|
2012-09-22 11:30:32 +01:00
|
|
|
|
2012-11-11 02:38:09 +00:00
|
|
|
.. _pg_repack: http://reorg.github.com/pg_repack
|
2012-11-11 01:10:24 +00:00
|
|
|
.. _clusterdb: http://www.postgresql.org/docs/current/static/app-clusterdb.html
|
|
|
|
.. _pg_reorg: http://reorg.projects.pgfoundry.org/
|
2012-09-22 11:30:32 +01:00
|
|
|
|
2012-11-11 02:38:09 +00:00
|
|
|
Please check the documentation (in the ``doc`` directory or online_) for
|
|
|
|
installation and usage instructions.
|
|
|
|
|
|
|
|
.. _online: pg_repack_
|