3 lines
113 B
SQL
3 lines
113 B
SQL
CREATE EXTENSION IF NOT EXISTS pgroonga;
|
|
create index idx_note_text_with_pgroonga on note using pgroonga (text);
|