diff --git a/docs/hint_details.md b/docs/hint_details.md index c95fbb9d..4d00c4fb 100644 --- a/docs/hint_details.md +++ b/docs/hint_details.md @@ -200,6 +200,6 @@ zero workers prevents a scan from being executed in parallel. `pg_hint_plan` parameters influence their own behavior so some parameters will not work as one could expect: -- Hints to change `enable_hint`, `enable_hint_tables` are ignored even though +- Hints to change `enable_hint`, `enable_hint_table` are ignored even though they are reported as "used hints" in debug logs. - Setting `debug_print` and `message_level` in the middle of query processing. diff --git a/docs/installation.md b/docs/installation.md index 32608e67..e82e202c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,5 +27,5 @@ postgres=# LOAD 'pg_hint_plan'; LOAD ``` -Run `CREATE EXTENSION` and `SET pg_hint_plan.enable_hint_tables TO on` if you +Run `CREATE EXTENSION` and `SET pg_hint_plan.enable_hint_table TO on` if you are planning to use the hint table. diff --git a/docs/locale/ja/LC_MESSAGES/hint_details.po b/docs/locale/ja/LC_MESSAGES/hint_details.po index 68ec8a7b..e773bed3 100644 --- a/docs/locale/ja/LC_MESSAGES/hint_details.po +++ b/docs/locale/ja/LC_MESSAGES/hint_details.po @@ -263,10 +263,10 @@ msgstr "" #: ../../hint_details.md:205 6aa6255ae67a4589ba094fd354280c4b msgid "" -"Hints to change `enable_hint`, `enable_hint_tables` are ignored even though " +"Hints to change `enable_hint`, `enable_hint_table` are ignored even though " "they are reported as \"used hints\" in debug logs." msgstr "" -"`enable_hint`, `enable_hint_tables`を変更するヒントは、デバッグログに\"used " +"`enable_hint`, `enable_hint_table`を変更するヒントは、デバッグログに\"used " "hints\"として報告されても無視されます。" #: ../../hint_details.md:207 01117a88f48e4d0989993d4d65a1c535 diff --git a/docs/locale/ja/LC_MESSAGES/installation.po b/docs/locale/ja/LC_MESSAGES/installation.po index e410b439..9c6d1250 100644 --- a/docs/locale/ja/LC_MESSAGES/installation.po +++ b/docs/locale/ja/LC_MESSAGES/installation.po @@ -63,8 +63,8 @@ msgstr "" #: ../../installation.md:31 28ccb49c1b2f498b8ed85e5e231f40d9 msgid "" -"Do `CREATE EXTENSION` and `SET pg_hint_plan.enable_hint_tables TO on` if " +"Do `CREATE EXTENSION` and `SET pg_hint_plan.enable_hint_table TO on` if " "you are planning to use the hint table." msgstr "" "ヒントテーブルを使用する場合は、`CREATE EXTENSION` を実行し`SET " -"pg_hint_plan.enable_hint_tables TO on`を実行してください。" +"pg_hint_plan.enable_hint_table TO on`を実行してください。"