Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
tar_readings
tag_readings
  ^
  • Loading branch information
kenhys committed Apr 18, 2016
1 parent 663d09d commit 73ca7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/_posts/2016-04-15-pgroonga-1.0.6.md
Expand Up @@ -54,7 +54,7 @@ INSERT INTO tag_readings VALUES ('PGroonga', 'ピージールンガ');
INSERT INTO tag_readings VALUES ('pglogical', 'ピージーロジカル');
```

You need to create indexes against tag names and tag readings. It's important that `pgroonga.text_term_search_ops_v2` operator class is used for `tags.name` and `tar_readings.katakana`.
You need to create indexes against tag names and tag readings. It's important that `pgroonga.text_term_search_ops_v2` operator class is used for `tags.name` and `tag_readings.katakana`.

```sql
CREATE INDEX pgrn_tags_index ON tags
Expand Down

0 comments on commit 73ca7a9

Please sign in to comment.