Posted by Yancho on Tue 29 Jan 10:38
report abuse | download | new post
- -- Index: geom_idx
- -- DROP INDEX geom_idx;
- CREATE INDEX geom_idx
- ON streets
- USING gist
- (the_geom);
- -- Index: source_idx
- -- DROP INDEX source_idx;
- CREATE INDEX source_idx
- ON streets
- USING btree
- (source);
- -- Index: target_idx
- -- DROP INDEX target_idx;
- CREATE INDEX target_idx
- ON streets
- USING btree
- (target);
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.