koopjs / koop-pgcache

PostGIS cache for Koop.
Other
4 stars 4 forks source link

Remove EXISTS query #56

Closed rgwozdz closed 6 years ago

rgwozdz commented 6 years ago

This PR removes the SELECT EXISTS query that occurs just before table creation. It is somewhat unnecessary, because the table creation error, should it already exist, is handled after the CREATE.

The PR also includes some adjustments to pass standard formatting and an update to the travis.yml to fix broken postgis installation.