Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PostgrerSQL16 into supported versions #372

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/pg_repack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Requirements
------------

PostgreSQL versions
PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15
PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16

Disks
Performing a full-table repack requires free disk space about twice as
Expand Down
4 changes: 2 additions & 2 deletions doc/pg_repack_jp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pg_repackでは再編成する方法として次のものが選択できます
------------

PostgreSQL versions
PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 10
PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16

Disks
Performing a full-table repack requires free disk space about twice as
Expand All @@ -75,7 +75,7 @@ pg_repackでは再編成する方法として次のものが選択できます
---------

PostgreSQL バージョン
PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16

ディスク
テーブル全体の再編成を行うには、対象となるテーブルと付属するインデックスのおよそ2倍のサイズのディスク空き容量が必要です。例えば、テーブルとインデックスを合わせたサイズが1GBの場合、2GBのディスク領域が必要となります。
Expand Down