Skip to content

Commit cc622ae

Browse files
committed
Project homepage set to http://reorg.github.com/pg_repack/
1 parent 1707d3a commit cc622ae

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"resources": {
28-
"homepage": "https://github.com/reorg/pg_repack",
28+
"homepage": "http://reorg.github.com/pg_repack",
2929
"bugtracker": {
3030
"web": "https://github.com/reorg/pg_reorg/issues"
3131
}

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
pg_repack -- Reorganize tables in PostgreSQL databases without any locks
22
========================================================================
33

4-
- Homepage: https://github.com/reorg/pg_repack
4+
- Homepage: http://reorg.github.com/pg_repack
5+
- Development: https://github.com/reorg/pg_repack
6+
- Bug Report: https://github.com/reorg/pg_reorg/issues
7+
- Mailing List: http://pgfoundry.org/mailman/listinfo/reorg-general
58

6-
pg_repack is an utility program to reorganize tables in PostgreSQL databases.
9+
pg_repack_ is an utility program to reorganize tables in PostgreSQL databases.
710
Unlike clusterdb_, it doesn't block any selections and updates during
811
reorganization.
912

1013
pg_repack is a fork of the previous pg_reorg_ project. It was founded to
1114
gather the bug fixes and new development ideas that the slow pace of
1215
development of pg_reorg was struggling to satisfy.
1316

17+
.. _pg_repack: http://reorg.github.com/pg_repack
1418
.. _clusterdb: http://www.postgresql.org/docs/current/static/app-clusterdb.html
1519
.. _pg_reorg: http://reorg.projects.pgfoundry.org/
1620

17-
Please check the documentation (in the ``doc`` directory) for installation and
18-
usage instructions.
21+
Please check the documentation (in the ``doc`` directory or online_) for
22+
installation and usage instructions.
23+
24+
.. _online: pg_repack_

doc/pg_repack.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ Generic options:
4141
Description
4242
-----------
4343

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.
4545
Unlike clusterdb_, it doesn't block any selections and updates during
4646
reorganization.
4747

4848
pg_repack is a fork of the previous pg_reorg_ project. It was founded to
4949
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.
5152

5253
You can choose one of the following methods to reorganize:
5354

@@ -60,6 +61,8 @@ NOTICE:
6061
* Only superusers can use the utility.
6162
* Target table must have PRIMARY KEY.
6263

64+
.. _pg_repack: http://reorg.github.com/pg_repack
65+
.. _project page: https://github.com/reorg/pg_repack
6366
.. _clusterdb: http://www.postgresql.org/docs/current/static/app-clusterdb.html
6467
.. _pg_reorg: http://reorg.projects.pgfoundry.org/
6568

@@ -350,6 +353,6 @@ Releases
350353
See Also
351354
--------
352355

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>`__
355358

0 commit comments

Comments
 (0)