henrykironde / retriever

Quickly download, clean up, and install ecological datasets into a database management system
http://ecodataretriever.org
Other
0 stars 2 forks source link

postgis extension #147

Open henrykironde opened 3 years ago

henrykironde commented 3 years ago

CREATE EXTENSION postgis; CREATE EXTENSION postgis_raster; CREATE EXTENSION postgis_sfcgal; CREATE EXTENSION fuzzystrmatch; --needed for postgis_tiger_geocoder --optional used by postgis_tiger_geocoder, or can be used standalone CREATE EXTENSION address_standardizer; CREATE EXTENSION address_standardizer_data_us; CREATE EXTENSION postgis_tiger_geocoder; CREATE EXTENSION postgis_topology;

henrykironde commented 2 years ago

update and add this to docs CREATE EXTENSION postgis_raster CASCADE