From 317eb849ad969d13e9a45d8f5dfa8f6ca9e97f5d Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Tue, 25 Apr 2017 15:18:21 +0900 Subject: [PATCH] Add a new feature -I option to release note. --- doc/pg_repack.rst | 1 + doc/pg_repack_jp.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index fa8c4c5..eb6d24c 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -474,6 +474,7 @@ Releases * added ``--no-kill-backend`` option (issue #108) * added ``--no-superuser-check`` option (issue #114) * added ``--exclude-extension`` option (#97) + * added ``--parent-table`` optoin (#117) * restore TOAST storage parameters on repacked tables (issue #10) * restore columns storage types in repacked tables (issue #94) diff --git a/doc/pg_repack_jp.rst b/doc/pg_repack_jp.rst index 27b0734..7d5ee14 100644 --- a/doc/pg_repack_jp.rst +++ b/doc/pg_repack_jp.rst @@ -870,6 +870,7 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A .. * added ``--no-kill-backend`` option (issue #108) .. * added ``--no-superuser-check`` option (issue #114) .. * added ``--exclude-extension`` option (#97) +.. * added ``--parent-table`` option (#117) .. * restore TOAST storage parameters on repacked tables (issue #10) .. * restore columns storage types in repacked tables (issue #94) @@ -881,6 +882,7 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A * ``--no-kill-backend`` オプションを追加しました (issue #108) * ``--no-superuser-check`` オプションを追加しました (issue #114) * ``--exclude-extension`` オプションを追加しました (#97) + * ``--parent-table`` オプションを追加しました(#117) * TOASTテーブルの格納オプションを再編成後のテーブルに再設定するようにしました (issue #10) * 列の格納タイプを再編成後のテーブルに再設定するようにしました (issue #94)