From 8b3f64f0fc6e199023fde633ade34ed669b56611 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 15 Nov 2012 15:36:44 +0000 Subject: [PATCH] Added PGXN URL for download and pgxn client usage docs --- README.rst | 1 + doc/pg_repack.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.rst b/README.rst index b007729..ed46957 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 3c4b4e6..672b89d 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -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 ------------