Navigation Menu

Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 25, 2015
1 parent afa1db3 commit 158af21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _po/ja/reference/functions/pgroonga-command.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2015-10-25 21:00+0900\n"
"PO-Revision-Date: 2015-10-25 21:03+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -57,7 +57,7 @@ msgid ""
msgstr ""
"Groongaのコマンドは結果をJSONとして返します。`pgroonga.command`はJSONを`text`型の値として返します。結果を`json`"
"型か`jsonb`型にキャストすると[PostgreSQLが提供するJSON関数・演算](http://www.postgresql.jp/document"
"/{{ site.postgresql_short_version }}/static/functions-json.html)を使うことができます。"
"/{{ site.postgresql_short_version }}/html/functions-json.html)を使うことができます。"

msgid "## Usage"
msgstr "## 使い方"
Expand Down
2 changes: 1 addition & 1 deletion ja/reference/functions/pgroonga-command.md
Expand Up @@ -19,7 +19,7 @@ text pgroonga.command(command)

`command``text`型の値です。`pgroonga.command``command`をGroongaのコマンドとして実行します。

Groongaのコマンドは結果をJSONとして返します。`pgroonga.command`はJSONを`text`型の値として返します。結果を`json`型か`jsonb`型にキャストすると[PostgreSQLが提供するJSON関数・演算](http://www.postgresql.jp/document/{{ site.postgresql_short_version }}/static/functions-json.html)を使うことができます。
Groongaのコマンドは結果をJSONとして返します。`pgroonga.command`はJSONを`text`型の値として返します。結果を`json`型か`jsonb`型にキャストすると[PostgreSQLが提供するJSON関数・演算](http://www.postgresql.jp/document/{{ site.postgresql_short_version }}/html/functions-json.html)を使うことができます。

## 使い方

Expand Down

0 comments on commit 158af21

Please sign in to comment.