Skip to content

Instantly share code, notes, and snippets.

@drewtempelmeyer
Created July 28, 2012 13:29
Show Gist options
  • Save drewtempelmeyer/3193432 to your computer and use it in GitHub Desktop.
Save drewtempelmeyer/3193432 to your computer and use it in GitHub Desktop.
SELECT AddGeometryColumn('users_userprofile', 'point', 4326, 'POINT', 2);
CREATE INDEX "users_userprofile_point_id" ON "users_userprofile" USING GIST ( "point" GIST_GEOMETRY_OPS );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment