Kouhei Sutou
null+****@clear*****
Wed Aug 16 23:09:30 JST 2017
Kouhei Sutou 2017-08-16 23:09:30 +0900 (Wed, 16 Aug 2017) New Revision: 40a6fa0fc5e94756b43138587f2c6107ceeb63a0 https://github.com/pgroonga/pgroonga.github.io/commit/40a6fa0fc5e94756b43138587f2c6107ceeb63a0 Message: Update for 2.0.0 Modified files: _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po _po/ja/reference/index.po _po/ja/reference/parameters/log-path.po _po/ja/reference/parameters/log-type.po _po/ja/reference/parameters/query-log-path.po ja/reference/groonga-functions/pgroonga-tuple-is-alive.md ja/reference/index.md ja/reference/parameters/log-path.md ja/reference/parameters/log-type.md ja/reference/parameters/query-log-path.md reference/groonga-functions/pgroonga-tuple-is-alive.md reference/index.md reference/parameters/log-path.md reference/parameters/log-type.md reference/parameters/query-log-path.md Modified: _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po (+17 -14) =================================================================== --- _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po 2017-08-16 22:59:09 +0900 (71ab640) +++ _po/ja/reference/groonga-functions/pgroonga-tuple-is-alive.po 2017-08-16 23:09:30 +0900 (66a7012) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-12-05 15:47+0900\n" +"PO-Revision-Date: 2017-08-16 23:06+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,13 +42,13 @@ msgstr "" msgid "" "The Groonga database used by PGroonga also keeps records associated with inval" -"id tuples until `VACUUM`. It means that `SELECT pgroonga.command('select ' || " -"pgroonga.table_name('INDEX_NAME'))` includes records associated with invalid t" +"id tuples until `VACUUM`. It means that `SELECT pgroonga_command('select ' || " +"pgroonga_table_name('INDEX_NAME'))` includes records associated with invalid t" "uples. Because [`select` Groonga command](http://groonga.org/docs/reference/co" "mmands/select.html) doesn't know about invalid tuples in PostgreSQL." msgstr "" "PGroongaが使っているGroongaのデータベースにも無効なタプルに関連づいたレコードが残っています。これらは`VACUUM`が実行されるまで残ってい" -"ます。残っているということは、`SELECT pgroonga.command('select ' || pgroonga.table_name('INDE" +"ます。残っているということは、`SELECT pgroonga_command('select ' || pgroonga.table_name('INDE" "X_NAME'))`の結果には無効なタプルに関連づいたレコードが含まれるということです。なぜなら、[Groongaの`select`コマンド](http:/" "/groonga.org/ja/docs/reference/commands/select.html)はPostgreSQLで無効なタプルかどうか知らない" "からです。" @@ -139,8 +139,8 @@ msgid "" "```sql\n" "SELECT *\n" " FROM json_array_elements(\n" -" pgroonga.command('select ' ||\n" -" pgroonga.table_name('pgroonga_posts_index')\n" +" pgroonga_command('select ' ||\n" +" pgroonga_table_name('pgroonga_posts_index')\n" " )::json->1->0);\n" "-- value " " \n" @@ -181,8 +181,8 @@ msgid "" "```sql\n" "SELECT *\n" " FROM json_array_elements(\n" -" pgroonga.command('select ' ||\n" -" pgroonga.table_name('pgroonga_posts_index')\n" +" pgroonga_command('select ' ||\n" +" pgroonga_table_name('pgroonga_posts_index')\n" " )::json->1->0);\n" "-- value " " \n" @@ -214,8 +214,8 @@ msgid "" "```sql\n" "SELECT *\n" " FROM json_array_elements(\n" -" pgroonga.command('select ' ||\n" -" pgroonga.table_name('pgroonga_posts_index') ||\n" +" pgroonga_command('select ' ||\n" +" pgroonga_table_name('pgroonga_posts_index') ||\n" " ' --filter \"pgroonga_tuple_is_alive(ctid)\"'\n" " )::json->1->0);\n" "-- value " @@ -254,8 +254,8 @@ msgid "" "VACUUM FULL;\n" "SELECT *\n" " FROM json_array_elements(\n" -" pgroonga.command('select ' ||\n" -" pgroonga.table_name('pgroonga_posts_index')\n" +" pgroonga_command('select ' ||\n" +" pgroonga_table_name('pgroonga_posts_index')\n" " )::json->1->0);\n" "-- value " " \n" @@ -277,5 +277,8 @@ msgstr "" msgid "## See also" msgstr "## 参考" -msgid " * [`pgroonga.command` function](../functions/pgroonga-command.html)" -msgstr " * [`pgroonga.command`関数](../functions/pgroonga-command.html)" +msgid " * [`pgroonga_command` function][command]" +msgstr " * [`pgroonga_command`関数][command]" + +msgid "[command]:(../functions/pgroonga-command.html" +msgstr "" Modified: _po/ja/reference/index.po (+27 -17) =================================================================== --- _po/ja/reference/index.po 2017-08-16 22:59:09 +0900 (f966bf5) +++ _po/ja/reference/index.po 2017-08-16 23:09:30 +0900 (da13401) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-08-16 22:35+0900\n" +"PO-Revision-Date: 2017-08-16 23:07+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -509,30 +509,30 @@ msgstr " * [`pgroonga_query_expand`関数][query-expand]" msgid "## Parameters" msgstr "## パラメーター" -msgid " * [`pgoronga.enable_wal` parameter](parameters/enable-wal.html)" -msgstr " * [`pgroonga.enable_wal`パラメーター](parameters/enable-wal.html)" +msgid " * [`pgoronga.enable_wal` parameter][enable-wal]" +msgstr " * [`pgroonga.enable_wal`パラメーター][enable-wal]" -msgid " * [`pgoronga.lock_timeout` parameter](parameters/lock-timeout.html)" -msgstr " * [`pgroonga.lock_timeout`パラメーター](parameters/lock-timeout.html)" +msgid " * [`pgoronga.lock_timeout` parameter][lock-timeout]" +msgstr " * [`pgroonga.lock_timeout`パラメーター][lock-timeout]" -msgid " * [`pgoronga.log_level` parameter](parameters/log-level.html)" -msgstr " * [`pgroonga.log_level`パラメーター](parameters/log-level.html)" +msgid " * [`pgoronga.log_level` parameter][log-level]" +msgstr " * [`pgroonga.log_level`パラメーター][log-level]" -msgid " * [`pgoronga.log_path` parameter](parameters/log-path.html)" -msgstr " * [`pgroonga.log_path`パラメーター](parameters/log-path.html)" +msgid " * [`pgoronga.log_path` parameter][log-path]" +msgstr " * [`pgroonga.log_path`パラメーター][log-path]" -msgid " * [`pgoronga.log_type` parameter](parameters/log-type.html)" -msgstr " * [`pgroonga.log_type`パラメーター](parameters/log-type.html)" +msgid " * [`pgoronga.log_type` parameter][log-type]" +msgstr " * [`pgroonga.log_type`パラメーター][log-type]" -msgid " * [`pgoronga.query_log_path` parameter](parameters/query-log-path.html)" -msgstr " * [`pgroonga.query_log_path`パラメーター](parameters/query-log-path.html)" +msgid " * [`pgoronga.query_log_path` parameter][query-log-path]" +msgstr " * [`pgroonga.query_log_path`パラメーター][query-log-path]" msgid "" -" * [`pgoronga.match_escalation_threshold` parameter](parameters/match-escalat" -"ion-threshold.html)" +" * [`pgoronga.match_escalation_threshold` parameter][match-escalation-thresho" +"ld]" msgstr "" -" * [`pgroonga.match_escalation_threshold`パラメーター](parameters/match-escalation-" -"threshold.html)" +" * [`pgroonga.match_escalation_threshold`パラメーター][match-escalation-threshold.h" +"tml]" msgid "## Modules" msgstr "" @@ -629,3 +629,13 @@ msgstr "" msgid "[tuple-is-alive]:groonga-functions/pgroonga-tuple-is-alive.html" msgstr "" + +msgid "" +"[enable-wal]:parameters/enable-wal.html\n" +"[lock-timeout]:parameters/lock-timeout.html\n" +"[log-level]:parameters/log-level.html\n" +"[log-path]:parameters/log-path.html\n" +"[log-type]:parameters/log-type.html\n" +"[query-log-path]:parameters/query-log-path.html\n" +"[match-escalation-threshold]:parameters/match-escalation-threshold.html" +msgstr "" Modified: _po/ja/reference/parameters/log-path.po (+6 -3) =================================================================== --- _po/ja/reference/parameters/log-path.po 2017-08-16 22:59:09 +0900 (841ecca) +++ _po/ja/reference/parameters/log-path.po 2017-08-16 23:09:30 +0900 (e1a513f) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-12-05 15:51+0900\n" +"PO-Revision-Date: 2017-08-16 23:08+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -92,8 +92,11 @@ msgstr "" msgid "## See also" msgstr "## 参考" -msgid " * [`pgroonga.log_type` parameter](log-type.html)" -msgstr " * [`pgroonga.log_type`パラメーター](log-type.html)" +msgid " * [`pgroonga.log_type` parameter][log-type]" +msgstr " * [`pgroonga.log_type`パラメーター][log-type]" msgid " * [Log format](http://groonga.org/docs/reference/log.html#format)" msgstr " * [ログのフォーマット](http://groonga.org/ja/docs/reference/log.html#format)" + +msgid "[log-type]:log-type.html" +msgstr "" Modified: _po/ja/reference/parameters/log-type.po (+6 -3) =================================================================== --- _po/ja/reference/parameters/log-type.po 2017-08-16 22:59:09 +0900 (f4bfd4a) +++ _po/ja/reference/parameters/log-type.po 2017-08-16 23:09:30 +0900 (ea3ca2e) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-12-05 15:51+0900\n" +"PO-Revision-Date: 2017-08-16 23:08+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -130,5 +130,8 @@ msgstr "" msgid "## See also" msgstr "## 参考" -msgid " * [`pgroonga.log_path` parameter](log-path.html)" -msgstr " * [`pgroonga.log_path`パラメーター](log-path.html)" +msgid " * [`pgroonga.log_path` parameter][log-path]" +msgstr " * [`pgroonga.log_path`パラメーター][log-path]" + +msgid "[log-path]:log-path.html" +msgstr "" Modified: _po/ja/reference/parameters/query-log-path.po (+5 -5) =================================================================== --- _po/ja/reference/parameters/query-log-path.po 2017-08-16 22:59:09 +0900 (b128644) +++ _po/ja/reference/parameters/query-log-path.po 2017-08-16 23:09:30 +0900 (69fb73c) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-12-05 15:51+0900\n" +"PO-Revision-Date: 2017-08-16 23:08+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,12 +29,12 @@ msgid "`pgroonga.query_log_path` parameter controls the path of query log." msgstr "`pgroonga.query_log_path`パラメーターはクエリーログのパスを管理します。" msgid "" -"This parameter is meaningless when you don't use [`pgroonga.command` function]" +"This parameter is meaningless when you don't use [`pgroonga_command` function]" "(../functions/pgroonga-command.html). Because query can be executed only via `" -"pgroonga.command` function." +"pgroonga_command` function." msgstr "" -"[`pgroonga.command`関数](../functions/pgroonga-command.html)を使っていないのならこのパラメーターは意" -"味がありません。なぜならクエリーは`pgroonga.command`関数経由でしか実行できないからです。" +"[`pgroonga_command`関数](../functions/pgroonga-command.html)を使っていないのならこのパラメーターは意" +"味がありません。なぜならクエリーは`pgroonga_command`関数経由でしか実行できないからです。" msgid "If you specify relative path, the path is resolved from `$PGDATA`." msgstr "相対パスを指定した場合は、`$PGDATA`を基準にしてパスを解決します。" Modified: ja/reference/groonga-functions/pgroonga-tuple-is-alive.md (+12 -10) =================================================================== --- ja/reference/groonga-functions/pgroonga-tuple-is-alive.md 2017-08-16 22:59:09 +0900 (abeb55d) +++ ja/reference/groonga-functions/pgroonga-tuple-is-alive.md 2017-08-16 23:09:30 +0900 (f3ed0fd) @@ -13,7 +13,7 @@ upper_level: ../ PostgreSQLは`VACUUM`を実行するまで`DELETE`・`UPDATE`された無効なタプルを消さずに持っています。PostgreSQLは検索時にこれらの無効なタプルを除外しています。 -PGroongaが使っているGroongaのデータベースにも無効なタプルに関連づいたレコードが残っています。これらは`VACUUM`が実行されるまで残っています。残っているということは、`SELECT pgroonga.command('select ' || pgroonga.table_name('INDEX_NAME'))`の結果には無効なタプルに関連づいたレコードが含まれるということです。なぜなら、[Groongaの`select`コマンド](http://groonga.org/ja/docs/reference/commands/select.html)はPostgreSQLで無効なタプルかどうか知らないからです。 +PGroongaが使っているGroongaのデータベースにも無効なタプルに関連づいたレコードが残っています。これらは`VACUUM`が実行されるまで残っています。残っているということは、`SELECT pgroonga_command('select ' || pgroonga.table_name('INDEX_NAME'))`の結果には無効なタプルに関連づいたレコードが含まれるということです。なぜなら、[Groongaの`select`コマンド](http://groonga.org/ja/docs/reference/commands/select.html)はPostgreSQLで無効なタプルかどうか知らないからです。 `pgroonga_tuple_is_alive`はGroongaのレコードに関連づいたタプルが有効か(無効になっていないか)をチェックします。[`--filter`パラメーター](http://groonga.org/ja/docs/reference/commands/select.html#select-filter)の値に`pgroonga_tuple_is_alive(ctid)`を追加すると`VACUUM`を実行していなくても有効なレコードのみ取得できます。 @@ -58,8 +58,8 @@ INSERT INTO posts VALUES (3, 'PGroonga', 'PGroonga is a PostgreSQL extension tha ```sql SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') )::json->1->0); -- value -- ------------------------------------------------------------------------------------------------- @@ -85,8 +85,8 @@ Groongaの`select`コマンドを再度実行します。4レコード返りま ```sql SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') )::json->1->0); -- value -- ------------------------------------------------------------------------------------------------- @@ -104,8 +104,8 @@ SELECT * ```sql SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') || + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') || ' --filter "pgroonga_tuple_is_alive(ctid)"' )::json->1->0); -- value @@ -128,8 +128,8 @@ SELECT * VACUUM FULL; SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') )::json->1->0); -- value -- ------------------------------------------------------------------------------------------------- @@ -143,4 +143,6 @@ SELECT * ## 参考 - * [`pgroonga.command`関数](../functions/pgroonga-command.html) + * [`pgroonga_command`関数][command] + +[command]:(../functions/pgroonga-command.html Modified: ja/reference/index.md (+15 -7) =================================================================== --- ja/reference/index.md 2017-08-16 22:59:09 +0900 (2fd52f0) +++ ja/reference/index.md 2017-08-16 23:09:30 +0900 (010a652) @@ -496,19 +496,19 @@ PGroongaは`pgroonga`スキーマに関数・演算子・演算子クラスな ## パラメーター - * [`pgroonga.enable_wal`パラメーター](parameters/enable-wal.html) + * [`pgroonga.enable_wal`パラメーター][enable-wal] - * [`pgroonga.lock_timeout`パラメーター](parameters/lock-timeout.html) + * [`pgroonga.lock_timeout`パラメーター][lock-timeout] - * [`pgroonga.log_level`パラメーター](parameters/log-level.html) + * [`pgroonga.log_level`パラメーター][log-level] - * [`pgroonga.log_path`パラメーター](parameters/log-path.html) + * [`pgroonga.log_path`パラメーター][log-path] - * [`pgroonga.log_type`パラメーター](parameters/log-type.html) + * [`pgroonga.log_type`パラメーター][log-type] - * [`pgroonga.query_log_path`パラメーター](parameters/query-log-path.html) + * [`pgroonga.query_log_path`パラメーター][query-log-path] - * [`pgroonga.match_escalation_threshold`パラメーター](parameters/match-escalation-threshold.html) + * [`pgroonga.match_escalation_threshold`パラメーター][match-escalation-threshold.html] ## モジュール @@ -573,3 +573,11 @@ PGroongaは`pgroonga`スキーマに関数・演算子・演算子クラスな [query-expand]:functions/pgroonga-query-expand.html [tuple-is-alive]:groonga-functions/pgroonga-tuple-is-alive.html + +[enable-wal]:parameters/enable-wal.html +[lock-timeout]:parameters/lock-timeout.html +[log-level]:parameters/log-level.html +[log-path]:parameters/log-path.html +[log-type]:parameters/log-type.html +[query-log-path]:parameters/query-log-path.html +[match-escalation-threshold]:parameters/match-escalation-threshold.html Modified: ja/reference/parameters/log-path.md (+3 -1) =================================================================== --- ja/reference/parameters/log-path.md 2017-08-16 22:59:09 +0900 (d6229b4) +++ ja/reference/parameters/log-path.md 2017-08-16 23:09:30 +0900 (b404524) @@ -49,6 +49,8 @@ SET pgroonga.log_path = 'none'; ## 参考 - * [`pgroonga.log_type`パラメーター](log-type.html) + * [`pgroonga.log_type`パラメーター][log-type] * [ログのフォーマット](http://groonga.org/ja/docs/reference/log.html#format) + +[log-type]:log-type.html Modified: ja/reference/parameters/log-type.md (+3 -1) =================================================================== --- ja/reference/parameters/log-type.md 2017-08-16 22:59:09 +0900 (56242ef) +++ ja/reference/parameters/log-type.md 2017-08-16 23:09:30 +0900 (cdce72d) @@ -67,4 +67,6 @@ Windowsに`PGroonga`イベントソースを登録することでイベントビ ## 参考 - * [`pgroonga.log_path`パラメーター](log-path.html) + * [`pgroonga.log_path`パラメーター][log-path] + +[log-path]:log-path.html Modified: ja/reference/parameters/query-log-path.md (+1 -1) =================================================================== --- ja/reference/parameters/query-log-path.md 2017-08-16 22:59:09 +0900 (0a61081) +++ ja/reference/parameters/query-log-path.md 2017-08-16 23:09:30 +0900 (031a3e2) @@ -9,7 +9,7 @@ upper_level: ../ `pgroonga.query_log_path`パラメーターはクエリーログのパスを管理します。 -[`pgroonga.command`関数](../functions/pgroonga-command.html)を使っていないのならこのパラメーターは意味がありません。なぜならクエリーは`pgroonga.command`関数経由でしか実行できないからです。 +[`pgroonga_command`関数](../functions/pgroonga-command.html)を使っていないのならこのパラメーターは意味がありません。なぜならクエリーは`pgroonga_command`関数経由でしか実行できないからです。 相対パスを指定した場合は、`$PGDATA`を基準にしてパスを解決します。 Modified: reference/groonga-functions/pgroonga-tuple-is-alive.md (+12 -10) =================================================================== --- reference/groonga-functions/pgroonga-tuple-is-alive.md 2017-08-16 22:59:09 +0900 (1095c1e) +++ reference/groonga-functions/pgroonga-tuple-is-alive.md 2017-08-16 23:09:30 +0900 (3915566) @@ -13,7 +13,7 @@ Since 1.1.8. PostgreSQL keeps invalid tuples such as `DELETE`-ed or `UPDATE`-ed tuples until `VACUUM`. PostgreSQL removes invalid tuples when it searches. -The Groonga database used by PGroonga also keeps records associated with invalid tuples until `VACUUM`. It means that `SELECT pgroonga.command('select ' || pgroonga.table_name('INDEX_NAME'))` includes records associated with invalid tuples. Because [`select` Groonga command](http://groonga.org/docs/reference/commands/select.html) doesn't know about invalid tuples in PostgreSQL. +The Groonga database used by PGroonga also keeps records associated with invalid tuples until `VACUUM`. It means that `SELECT pgroonga_command('select ' || pgroonga_table_name('INDEX_NAME'))` includes records associated with invalid tuples. Because [`select` Groonga command](http://groonga.org/docs/reference/commands/select.html) doesn't know about invalid tuples in PostgreSQL. `pgroonga_tuple_is_alive` checks whether the tuple associated with the Groonga record is alive (= not invalid). If you add `pgroonga_tuple_is_alive(ctid)` to [`--filter` parameter](http://groonga.org/docs/reference/commands/select.html#select-filter) value of `select` Groonga command, you can get only alive records even if `VACUUM` isn't executed. @@ -58,8 +58,8 @@ Here is the result before updating. There are 3 records: ```sql SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') )::json->1->0); -- value -- ------------------------------------------------------------------------------------------------- @@ -85,8 +85,8 @@ Executes `select` Groonga command again. It returns 4 records. 1 record is added ```sql SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') )::json->1->0); -- value -- ------------------------------------------------------------------------------------------------- @@ -104,8 +104,8 @@ You can remove the record associated old tuple by specify `pgroonga_tuple_is_ali ```sql SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') || + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') || ' --filter "pgroonga_tuple_is_alive(ctid)"' )::json->1->0); -- value @@ -128,8 +128,8 @@ Execute `VACUUM FULL` explicitly. And then execute `select` Groonga command with VACUUM FULL; SELECT * FROM json_array_elements( - pgroonga.command('select ' || - pgroonga.table_name('pgroonga_posts_index') + pgroonga_command('select ' || + pgroonga_table_name('pgroonga_posts_index') )::json->1->0); -- value -- ------------------------------------------------------------------------------------------------- @@ -143,4 +143,6 @@ SELECT * ## See also - * [`pgroonga.command` function](../functions/pgroonga-command.html) + * [`pgroonga_command` function][command] + +[command]:(../functions/pgroonga-command.html Modified: reference/index.md (+15 -7) =================================================================== --- reference/index.md 2017-08-16 22:59:09 +0900 (13a7ef2) +++ reference/index.md 2017-08-16 23:09:30 +0900 (d34c6d6) @@ -496,19 +496,19 @@ Use [`pgroonga_jsonb_ops_v2` operator class](#text-jsonb-ops-v2) instead. ## Parameters - * [`pgoronga.enable_wal` parameter](parameters/enable-wal.html) + * [`pgoronga.enable_wal` parameter][enable-wal] - * [`pgoronga.lock_timeout` parameter](parameters/lock-timeout.html) + * [`pgoronga.lock_timeout` parameter][lock-timeout] - * [`pgoronga.log_level` parameter](parameters/log-level.html) + * [`pgoronga.log_level` parameter][log-level] - * [`pgoronga.log_path` parameter](parameters/log-path.html) + * [`pgoronga.log_path` parameter][log-path] - * [`pgoronga.log_type` parameter](parameters/log-type.html) + * [`pgoronga.log_type` parameter][log-type] - * [`pgoronga.query_log_path` parameter](parameters/query-log-path.html) + * [`pgoronga.query_log_path` parameter][query-log-path] - * [`pgoronga.match_escalation_threshold` parameter](parameters/match-escalation-threshold.html) + * [`pgoronga.match_escalation_threshold` parameter][match-escalation-threshold] ## Modules @@ -572,3 +572,11 @@ But you need to tune PGroonga in some cases such as a case that you need to hand [query-expand]:functions/pgroonga-query-expand.html [tuple-is-alive]:groonga-functions/pgroonga-tuple-is-alive.html + +[enable-wal]:parameters/enable-wal.html +[lock-timeout]:parameters/lock-timeout.html +[log-level]:parameters/log-level.html +[log-path]:parameters/log-path.html +[log-type]:parameters/log-type.html +[query-log-path]:parameters/query-log-path.html +[match-escalation-threshold]:parameters/match-escalation-threshold.html Modified: reference/parameters/log-path.md (+3 -1) =================================================================== --- reference/parameters/log-path.md 2017-08-16 22:59:09 +0900 (9566e42) +++ reference/parameters/log-path.md 2017-08-16 23:09:30 +0900 (24122fb) @@ -49,6 +49,8 @@ SET pgroonga.log_path = 'none'; ## See also - * [`pgroonga.log_type` parameter](log-type.html) + * [`pgroonga.log_type` parameter][log-type] * [Log format](http://groonga.org/docs/reference/log.html#format) + +[log-type]:log-type.html Modified: reference/parameters/log-type.md (+3 -1) =================================================================== --- reference/parameters/log-type.md 2017-08-16 22:59:09 +0900 (0757dc7) +++ reference/parameters/log-type.md 2017-08-16 23:09:30 +0900 (90c34df) @@ -67,4 +67,6 @@ See also [Registering Event Log on Windows]({{ site.postgresql_doc_base_url.en } ## See also - * [`pgroonga.log_path` parameter](log-path.html) + * [`pgroonga.log_path` parameter][log-path] + +[log-path]:log-path.html Modified: reference/parameters/query-log-path.md (+1 -1) =================================================================== --- reference/parameters/query-log-path.md 2017-08-16 22:59:09 +0900 (ee9916d) +++ reference/parameters/query-log-path.md 2017-08-16 23:09:30 +0900 (0525a27) @@ -9,7 +9,7 @@ upper_level: ../ `pgroonga.query_log_path` parameter controls the path of query log. -This parameter is meaningless when you don't use [`pgroonga.command` function](../functions/pgroonga-command.html). Because query can be executed only via `pgroonga.command` function. +This parameter is meaningless when you don't use [`pgroonga_command` function](../functions/pgroonga-command.html). Because query can be executed only via `pgroonga_command` function. If you specify relative path, the path is resolved from `$PGDATA`. -------------- next part -------------- HTML����������������������������...下载