linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

Create gazetteer DB dump for testing #14

Closed SPlanzer closed 5 years ago

SPlanzer commented 5 years ago

Create gazetteer DB dump to be restored locally for porting (to QGIS3) / testing NZGB plugin

SPlanzer commented 5 years ago

pg_dump -Fc -h prdassgeo02 gazetteer > gazetteer.dump

pg_restore -U postgres -h localhost -d gazetteer --no-owner gazetteer.dump

SPlanzer commented 5 years ago

users are as follows:

GRANT bde_user TO gaz_dev_user;
GRANT gazetteer_admin TO gaz_dev_user;
GRANT gazetteer_dba TO gaz_dev_user;