pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

yancho private pastebin - collaborative debugging tool What's a private pastebin?


Posted by Yancho on Tue 29 Jan 10:38
report abuse | download | new post

  1. -- Index: geom_idx
  2.  
  3. -- DROP INDEX geom_idx;
  4.  
  5. CREATE INDEX geom_idx
  6.   ON streets
  7.   USING gist
  8.   (the_geom);
  9.  
  10. -- Index: source_idx
  11.  
  12. -- DROP INDEX source_idx;
  13.  
  14. CREATE INDEX source_idx
  15.   ON streets
  16.   USING btree
  17.   (source);
  18.  
  19. -- Index: target_idx
  20.  
  21. -- DROP INDEX target_idx;
  22.  
  23. CREATE INDEX target_idx
  24.   ON streets
  25.   USING btree
  26.   (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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post