[Groonga-commit] pgroonga/pgroonga.github.io at fd8fa8a [master] Syntax is uncountable

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 4 00:04:45 JST 2015


Kouhei Sutou	2015-06-04 00:04:45 +0900 (Thu, 04 Jun 2015)

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

  Message:
    Syntax is uncountable

  Modified files:
    reference/create-index-using-pgroonga.md

  Modified: reference/create-index-using-pgroonga.md (+2 -2)
===================================================================
--- reference/create-index-using-pgroonga.md    2015-06-04 00:02:54 +0900 (7950126)
+++ reference/create-index-using-pgroonga.md    2015-06-04 00:04:45 +0900 (a6f02e2)
@@ -9,9 +9,9 @@ You need to specify `USING pgroonga` to `CREATE INDEX` to use PGroonga as index
 
 ## Syntax
 
-This section describes only `pgroonga` index method related `CREATE INDEX` syntaxes. See [CREATE INDEX document by PostgreSQL](http://www.postgresql.org/docs/{{ postgresql_short_version }}/static/sql-createindex.html) for full `CREATE INDEX` syntax.
+This section describes only `pgroonga` index method related `CREATE INDEX` syntax. See [CREATE INDEX document by PostgreSQL](http://www.postgresql.org/docs/{{ postgresql_short_version }}/static/sql-createindex.html) for full `CREATE INDEX` syntax.
 
-Here is a syntax for creating single column index:
+Here is syntax for creating single column index:
 
 ```sql
 CREATE INDEX ${INDEX_NAME} ON ${TABLE_NAME} USING pgroonga (${COLUMN});
-------------- next part --------------
HTML����������������������������...
Download 



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