Daniele Varrazzo b3a86e3fee Documentation converted to reST
I had to drop the Japanese doc, but I'd be happy to restore it in reST format.
2012-11-11 01:30:05 +00:00
2012-11-10 23:45:56 +00:00
2012-11-11 01:30:05 +00:00
2012-11-10 22:33:57 +00:00
2012-11-10 22:33:57 +00:00
2012-11-10 22:33:57 +00:00
2012-11-10 22:33:57 +00:00
2012-11-10 22:57:22 +00:00

pg_repack -- Reorganize tables in PostgreSQL databases without any locks
========================================================================

- Homepage: https://github.com/reorg/pg_repack

pg_repack is an utility program to reorganize tables in PostgreSQL databases.
Unlike clusterdb_, it doesn't block any selections and updates during
reorganization.

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.

.. _clusterdb: http://www.postgresql.org/docs/current/static/app-clusterdb.html
.. _pg_reorg: http://reorg.projects.pgfoundry.org/

Please check the documentation (in the ``doc`` directory) for installation and
usage instructions.
Description
No description provided
Readme 619 KiB
Languages
C 84.7%
TSQL 5.1%
PLpgSQL 3.3%
Makefile 2.6%
RPM Spec 2.2%
Other 2.1%