@@ -41,13 +41,14 @@ Generic options:
41
41
Description
42
42
-----------
43
43
44
- pg_repack is an utility program to reorganize tables in PostgreSQL databases.
44
+ pg_repack _ is an utility program to reorganize tables in PostgreSQL databases.
45
45
Unlike clusterdb _, it doesn't block any selections and updates during
46
46
reorganization.
47
47
48
48
pg_repack is a fork of the previous pg_reorg _ project. It was founded to
49
49
gather the bug fixes and new development ideas that the slow pace of
50
- development of pg_reorg was struggling to satisfy.
50
+ development of pg_reorg was struggling to satisfy. Please check the `project
51
+ page `_ for bug report and development information.
51
52
52
53
You can choose one of the following methods to reorganize:
53
54
@@ -60,6 +61,8 @@ NOTICE:
60
61
* Only superusers can use the utility.
61
62
* Target table must have PRIMARY KEY.
62
63
64
+ .. _pg_repack : http://reorg.github.com/pg_repack
65
+ .. _project page : https://github.com/reorg/pg_repack
63
66
.. _clusterdb : http://www.postgresql.org/docs/current/static/app-clusterdb.html
64
67
.. _pg_reorg : http://reorg.projects.pgfoundry.org/
65
68
@@ -350,6 +353,6 @@ Releases
350
353
See Also
351
354
--------
352
355
353
- * `clusterdb <http://www.postgresql.org/docs/current/static/app-clusterdb.html >`__
354
- * `vacuumdb <http://www.postgresql.org/docs/current/static/app-vacuumdb.html >`__
356
+ * `clusterdb <http://www.postgresql.org/docs/current/static/app-clusterdb.html >`__
357
+ * `vacuumdb <http://www.postgresql.org/docs/current/static/app-vacuumdb.html >`__
355
358
0 commit comments