[Groonga-commit] pgroonga/pgroonga.github.io at a0580c0 [master] Add id

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sat Dec 12 17:59:50 JST 2015


Kouhei Sutou	2015-12-12 17:59:50 +0900 (Sat, 12 Dec 2015)

  New Revision: a0580c061f44df277245cad93e7a518975a0b67b
  https://github.com/pgroonga/pgroonga.github.io/commit/a0580c061f44df277245cad93e7a518975a0b67b

  Message:
    Add id

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+3 -3)
===================================================================
--- tutorial/index.md    2015-11-28 20:06:28 +0900 (58139f3)
+++ tutorial/index.md    2015-12-12 17:59:50 +0900 (b92166e)
@@ -246,7 +246,7 @@ See [`pgroonga.snippet_html` function](../reference/functions/pgroonga-snippet-h
 
 TODO
 
-## Equality condition and comparison conditions
+## Equality condition and comparison conditions {#equal}
 
 You can use PGroonga for equality condition and comparison conditions. There are some differences between how to create index for string types and other types. There is no difference between how to write condition for string types and other types.
 
@@ -255,7 +255,7 @@ This section describes about the followings:
   * How to use PGroonga for not string types
   * How to use PGroonga for string types
 
-### How to use PGroonga for not string types
+### How to use PGroonga for not string types {#equal-not-string}
 
 You can use PGroonga for not string types such as number. You can use equality condition and comparison conditions against these types.
 
@@ -296,7 +296,7 @@ SELECT * FROM ids WHERE id <= 2;
 -- (2 rows)
 ```
 
-### How to use PGroonga for string types
+### How to use PGroonga for string types {#equal-string}
 
 You need to use `varchar` type to use PGroonga as an index for equality condition and comparison conditions against string.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index