Skip to content

Instantly share code, notes, and snippets.

@mavericklou
Last active August 29, 2015 14:14
Show Gist options
  • Save mavericklou/170916a90f9462e85424 to your computer and use it in GitHub Desktop.
Save mavericklou/170916a90f9462e85424 to your computer and use it in GitHub Desktop.
secondary-school-polygons reloaded 2015-01-29
mastermind_production=# select count(*) from task_polygon where worktype_id like 'secondary-school-polygons';
count
-------
38990
(1 row)
mastermind_production=# delete from task_polygon where worktype_id like 'secondary-school-polygons';
DELETE 38990
mastermind_production=# select count(*) from task_polygon;
count
--------
494708
(1 row)
<< Load data here >>
mastermind_production=# select count(*) from task_polygon;
count
--------
535191
(1 row)
mastermind_production=# select count(*) from task_polygon where worktype_id like 'secondary-school-polygons';
count
-------
40483
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment