[Groonga-commit] pgroonga/pgroonga at 0a78804 [master] Use "current"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 23 09:50:58 JST 2015


Kouhei Sutou	2015-09-23 09:50:58 +0900 (Wed, 23 Sep 2015)

  New Revision: 0a788044b78f286544e75e774f7f1f273c651c5a
  https://github.com/pgroonga/pgroonga/commit/0a788044b78f286544e75e774f7f1f273c651c5a

  Message:
    Use "current"

  Modified files:
    README.md

  Modified: README.md (+2 -2)
===================================================================
--- README.md    2015-09-22 17:49:40 +0900 (06ff40f)
+++ README.md    2015-09-23 09:50:58 +0900 (e0f63e5)
@@ -13,7 +13,7 @@ PostgreSQLは標準では日本語で全文検索できませんが、PGroonga
 語で高速に全文検索できるようになります。日本語で全文検索機能を実現する
 ための類似の拡張機能は次のものがあります。
 
-  * [pg_trgm](https://www.postgresql.jp/document/9.3/html/pgtrgm.html)
+  * [pg_trgm](https://www.postgresql.jp/document/current/html/pgtrgm.html)
     * PostgreSQLに付属しているがデフォルトではインストールされない。
     * 日本語に対応させるにはソースコードを変更する必要がある。
   * [pg_bigm](http://pgbigm.sourceforge.jp/)
@@ -628,7 +628,7 @@ SELECT *, pgroonga.score(score_memos)
 
 なお、この機能はPGroongaで検索した結果以外にも使えます。そのため、次の
 ように`FROM`なしの`SELECT`でも使えます。なお、
-[`unnest`](http://www.postgresql.org/docs/devel/static/functions-array.html)
+[`unnest`](http://www.postgresql.org/docs/current/static/functions-array.html)
 は配列を行にするPostgreSQLの関数です。
 
 ```sql
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index