Document supported versions are 9.1 to 9.6

This commit is contained in:
Daniele Varrazzo 2017-03-29 03:13:13 +01:00
parent 8a73172606
commit 914d1c4b3d
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ Requirements
------------ ------------
PostgreSQL versions PostgreSQL versions
PostgreSQL 8.3, 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6 PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
Disks Disks
Performing a full-table repack requires free disk space about twice as Performing a full-table repack requires free disk space about twice as
@ -472,7 +472,7 @@ Releases
* pg_repack 1.4 * pg_repack 1.4
* added support for PostgreSQL 9.6 * added support for PostgreSQL 9.6, dropped support for versions before 9.1
* use ``AFTER`` trigger to solve concurrency problems with ``INSERT * use ``AFTER`` trigger to solve concurrency problems with ``INSERT
CONFLICT`` (issue #106) CONFLICT`` (issue #106)
* added ``--no-kill-backend`` option (issue #108) * added ``--no-kill-backend`` option (issue #108)

View File

@ -62,7 +62,7 @@ pg_repackでは再編成する方法として次のものが選択できます
------------ ------------
PostgreSQL versions PostgreSQL versions
PostgreSQL 8.3, 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6 PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
Disks Disks
Performing a full-table repack requires free disk space about twice as Performing a full-table repack requires free disk space about twice as
@ -75,7 +75,7 @@ pg_repackでは再編成する方法として次のものが選択できます
--------- ---------
PostgreSQL バージョン PostgreSQL バージョン
PostgreSQL 8.3, 8.4, 9.0, 9.1, 9.2, 9.3, 9.4 PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
ディスク ディスク
テーブル全体の再編成を行うには、対象となるテーブルと付属するインデックスのおよそ2倍のサイズのディスク空き容量が必要です。例えば、テーブルとインデックスを合わせたサイズが1GBの場合、2GBのディスク領域が必要となります。 テーブル全体の再編成を行うには、対象となるテーブルと付属するインデックスのおよそ2倍のサイズのディスク空き容量が必要です。例えば、テーブルとインデックスを合わせたサイズが1GBの場合、2GBのディスク領域が必要となります。