File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ pg_repack -- Reorganize tables in PostgreSQL databases with minimal locks
2
2
=========================================================================
3
3
4
4
- Homepage: http://reorg.github.com/pg_repack
5
+ - Download: http://pgxn.org/dist/pg_repack/
5
6
- Development: https://github.com/reorg/pg_repack
6
7
- Bug Report: https://github.com/reorg/pg_reorg/issues
7
8
- Mailing List: http://pgfoundry.org/mailman/listinfo/reorg-general
Original file line number Diff line number Diff line change 50
50
reorganized is 1GB, an additional 2GB of disk space is required.
51
51
52
52
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
+
53
72
Installation
54
73
------------
55
74
You can’t perform that action at this time.
0 commit comments