Added PGXN URL for download and pgxn client usage docs

This commit is contained in:
Daniele Varrazzo 2012-11-15 15:36:44 +00:00
parent 77d27a14f3
commit 8b3f64f0fc
2 changed files with 20 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pg_repack -- Reorganize tables in PostgreSQL databases with minimal locks
=========================================================================
- Homepage: http://reorg.github.com/pg_repack
- Download: http://pgxn.org/dist/pg_repack/
- Development: https://github.com/reorg/pg_repack
- Bug Report: https://github.com/reorg/pg_reorg/issues
- Mailing List: http://pgfoundry.org/mailman/listinfo/reorg-general

View File

@ -50,6 +50,25 @@ Disks
reorganized is 1GB, an additional 2GB of disk space is required.
Download
--------
You can `download pg_repack`__ from the PGXN website. Unpack the archive and
follow the installation_ instructions.
.. __: http://pgxn.org/dist/pg_repack/
Alternatively you can use the `PGXN Client`_ to download, compile and install
the package; use::
$ pgxn install pg_repack
Check the `pgxn install documentation`__ for the options available.
.. _PGXN Client: http://pgxnclient.projects.pgfoundry.org/
.. __: http://pgxnclient.projects.pgfoundry.org/usage.html#pgxn-install
Installation
------------