Skip to content

Instantly share code, notes, and snippets.

@nanasess
Created May 20, 2015 02:39
Show Gist options
  • Save nanasess/ae4bb5d02be98b7dbb6a to your computer and use it in GitHub Desktop.
Save nanasess/ae4bb5d02be98b7dbb6a to your computer and use it in GitHub Desktop.
PostgreSQL の日本語ロケールの LIKE で INDEX を使用する ref: http://qiita.com/nanasess/items/423e45a98ae2620dcc8c
CREATE INDEX index_name_idx ON table_name (column_name text_pattern_ops);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment