Skip to content

Commit 8b3f64f

Browse files
committed
Added PGXN URL for download and pgxn client usage docs
1 parent 77d27a1 commit 8b3f64f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pg_repack -- Reorganize tables in PostgreSQL databases with minimal locks
22
=========================================================================
33

44
- Homepage: http://reorg.github.com/pg_repack
5+
- Download: http://pgxn.org/dist/pg_repack/
56
- Development: https://github.com/reorg/pg_repack
67
- Bug Report: https://github.com/reorg/pg_reorg/issues
78
- Mailing List: http://pgfoundry.org/mailman/listinfo/reorg-general

doc/pg_repack.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@ Disks
5050
reorganized is 1GB, an additional 2GB of disk space is required.
5151

5252

53+
Download
54+
--------
55+
56+
You can `download pg_repack`__ from the PGXN website. Unpack the archive and
57+
follow the installation_ instructions.
58+
59+
.. __: http://pgxn.org/dist/pg_repack/
60+
61+
Alternatively you can use the `PGXN Client`_ to download, compile and install
62+
the package; use::
63+
64+
$ pgxn install pg_repack
65+
66+
Check the `pgxn install documentation`__ for the options available.
67+
68+
.. _PGXN Client: http://pgxnclient.projects.pgfoundry.org/
69+
.. __: http://pgxnclient.projects.pgfoundry.org/usage.html#pgxn-install
70+
71+
5372
Installation
5473
------------
5574

0 commit comments

Comments
 (0)