Update new item in Japanese doc.

This commit is contained in:
Masahiko Sawada 2017-04-11 23:10:08 +09:00
parent 467389abd6
commit c75a55d229

View File

@ -862,6 +862,7 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A
.. * added ``--no-kill-backend`` option (issue #108) .. * added ``--no-kill-backend`` option (issue #108)
.. * added ``--no-superuser-check`` option (issue #114) .. * added ``--no-superuser-check`` option (issue #114)
.. * added ``--exclude-extension`` option (#97) .. * added ``--exclude-extension`` option (#97)
.. * restore columns storage types in repacked tables (issue #94)
* pg_repack 1.4 * pg_repack 1.4
@ -871,6 +872,7 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A
* ``--no-kill-backend`` オプションを追加しました (issue #108) * ``--no-kill-backend`` オプションを追加しました (issue #108)
* ``--no-superuser-check`` オプションを追加しました (issue #114) * ``--no-superuser-check`` オプションを追加しました (issue #114)
* ``--exclude-extension`` オプションを追加しました (#97) * ``--exclude-extension`` オプションを追加しました (#97)
* 列の格納タイプを再編成後のテーブルに再設定する様にしました (issue #94)
.. * pg_repack 1.3.4 .. * pg_repack 1.3.4
.. * grab exclusive lock before dropping original table (#81) .. * grab exclusive lock before dropping original table (#81)