Navigation Menu

Skip to content

Commit

Permalink
Add missing "site."
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 4, 2015
1 parent 92eeb5c commit aa33eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/create-index-using-pgroonga.md
Expand Up @@ -9,7 +9,7 @@ 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` syntax. 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/{{ site.postgresql_short_version }}/static/sql-createindex.html) for full `CREATE INDEX` syntax.

Here is syntax for creating single column index:

Expand Down

0 comments on commit aa33eb3

Please sign in to comment.