hstore names / refactoring

This commit is contained in:
Brian Quinion
2010-10-27 14:05:42 +00:00
parent 32fc283d37
commit 57583f09e3
6 changed files with 1185 additions and 90 deletions

View File

@@ -63,7 +63,8 @@ CREATE TABLE word (
class text,
type text,
country_code varchar(2),
search_name_count INTEGER
search_name_count INTEGER,
operator TEXT
);
SELECT AddGeometryColumn('word', 'location', 4326, 'GEOMETRY', 2);
CREATE INDEX idx_word_word_id on word USING BTREE (word_id);