|
1 |
| -pg_repack -- UNOFFICIAL REPOSITORY |
2 |
| -================================= |
| 1 | +pg_repack -- Reorganize tables in PostgreSQL databases without any locks |
| 2 | +======================================================================== |
3 | 3 |
|
4 |
| -This is NOT the official pg_repack repository. Official development is |
5 |
| -currently on pgFoundry: http://pgfoundry.org/projects/repack |
| 4 | +- Homepage: https://github.com/reorg/pg_repack |
6 | 5 |
|
7 |
| -This repository (and the url https://github.com/repack) has been set up by me |
8 |
| -(Daniele) to provide greater visibility and easier contribution to the |
9 |
| -pg_repack project, an intention apparent from a recent `mailing list |
10 |
| -discussion`__. |
| 6 | +pg_repack is an utility program to reorganize tables in PostgreSQL databases. |
| 7 | +Unlike clusterdb_, it doesn't block any selections and updates during |
| 8 | +reorganization. |
11 | 9 |
|
12 |
| -.. __: http://archives.postgresql.org/pgsql-hackers/2012-09/msg00746.php |
| 10 | +pg_repack is a fork of the previous pg_reorg_ project. It was founded to |
| 11 | +gather the bug fixes and new development ideas that the slow pace of |
| 12 | +development of pg_reorg was struggling to satisfy. |
13 | 13 |
|
14 |
| -The current maintainers have been be invited to the organization with |
15 |
| -administrative privileges, keeping total control of the project. |
16 |
| - |
17 |
| ----- |
18 |
| - |
19 |
| -This repository has been created using the command:: |
20 |
| - |
21 |
| - git cvsimport -v -d :pserver:anonymous@cvs.pgfoundry.org:/cvsroot/repack -A pg_repack.auths -C pg_repack -k -r cvs pg_repack |
22 |
| - |
23 |
| -with a suitably populated pg_repack.auths. |
24 |
| - |
25 |
| -I assume new CSV commits will be added to ``remotes/cvs/master``, but I'm not |
26 |
| -sure yet, so please consider this repository unstable until the development |
27 |
| -model has been organized. |
| 14 | +.. _clusterdb: http://www.postgresql.org/docs/current/static/app-clusterdb.html |
| 15 | +.. _pg_reorg: http://reorg.projects.pgfoundry.org/ |
28 | 16 |
|
| 17 | +Please check the documentation (in the ``doc`` directory) for installation and |
| 18 | +usage instructions. |
0 commit comments