Update Japanese doc for the recent changes.

This commit is contained in:
Masahiko Sawada 2017-09-25 11:19:22 -07:00
parent 1cb3a52ccb
commit 66f5da58c9

View File

@ -62,7 +62,7 @@ pg_repackでは再編成する方法として次のものが選択できます
------------ ------------
PostgreSQL versions PostgreSQL versions
PostgreSQL 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, 10
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
@ -864,6 +864,16 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A
リリースノート リリースノート
--------------- ---------------
.. * pg_repack 1.4.2
.. * added PostgreSQL 10 support (issue #120)
.. * fixed error DROP INDEX CONCURRENTLY cannot run inside a transaction block
(issue #129)
* pg_repack 1.4.2
* PostgreSQL 10をサポートしました (issue #120)
* エラー「DROP INDEX CONCURRENTLY cannot run inside a transaction block」が発生する事象を
修正しました (issue #129)
.. * pg_repack 1.4.1 .. * pg_repack 1.4.1
.. * fixed broken ``--order-by`` option (issue #138) .. * fixed broken ``--order-by`` option (issue #138)