Skip to content

Commit

Permalink
Merge pull request #3 from za-arthur/postgres16
Browse files Browse the repository at this point in the history
Add PostgreSQL 16 support into the documentation
  • Loading branch information
dvarrazzo committed Dec 14, 2023
2 parents ebb76cd + c85a3ab commit 33c9cc6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion pg_repack/1.5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,9 @@ <h1 class="title">pg_repack 1.5.0 -- Reorganize tables in PostgreSQL databases w
<h2>Requirements</h2>
<dl class="docutils">
<dt>PostgreSQL versions</dt>
<dd>PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15</dd>
<dd><p class="first">PostgreSQL 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16.</p>
<p class="last">PostgreSQL 9.4 and before it are not supported.</p>
</dd>
<dt>Disks</dt>
<dd>Performing a full-table repack requires free disk space about twice as
large as the target table(s) and its indexes. For example, if the total
Expand Down
4 changes: 3 additions & 1 deletion pg_repack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,9 @@ <h1 class="title">pg_repack 1.5.0 -- Reorganize tables in PostgreSQL databases w
<h2>Requirements</h2>
<dl class="docutils">
<dt>PostgreSQL versions</dt>
<dd>PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15</dd>
<dd><p class="first">PostgreSQL 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16.</p>
<p class="last">PostgreSQL 9.4 and before it are not supported.</p>
</dd>
<dt>Disks</dt>
<dd>Performing a full-table repack requires free disk space about twice as
large as the target table(s) and its indexes. For example, if the total
Expand Down
6 changes: 4 additions & 2 deletions pg_repack/jp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,9 @@ <h1 class="title">pg_repack 1.5.0 -- PostgreSQLデータベースのテーブル
- - - - - - - - - - - -
PostgreSQL versions
PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 10
PostgreSQL 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16.
PostgreSQL 9.4 and before it are not supported.
Disks
Performing a full-table repack requires free disk space about twice as
Expand All @@ -509,7 +511,7 @@ <h1 class="title">pg_repack 1.5.0 -- PostgreSQLデータベースのテーブル
<h2>動作環境</h2>
<dl class="docutils">
<dt>PostgreSQL バージョン</dt>
<dd>PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6</dd>
<dd>PostgreSQL 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16</dd>
<dt>ディスク</dt>
<dd>テーブル全体の再編成を行うには、対象となるテーブルと付属するインデックスのおよそ2倍のサイズのディスク空き容量が必要です。例えば、テーブルとインデックスを合わせたサイズが1GBの場合、2GBのディスク領域が必要となります。</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion sm/master

0 comments on commit 33c9cc6

Please sign in to comment.