Skip to content

Commit

Permalink
testing ra buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Saalmans committed Feb 3, 2022
1 parent 89e16fb commit 2c49c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-scripts/xx_buffer_remoteness_areas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ from census_2016_bdys.ra_2016_aust
;

CREATE INDEX ra_2016_aust_buffer_geom_idx ON census_2016_bdys.ra_2016_aust_buffer USING spgist (geom);
ALTER TABLE census_2016_bdys.ra_2016_aust_buffer CLUSTER ON ra_2016_aust_buffer_geom_idx;
-- ALTER TABLE census_2016_bdys.ra_2016_aust_buffer CLUSTER ON ra_2016_aust_buffer_geom_idx;

0 comments on commit 2c49c40

Please # to comment.