revert to plain text dump for 8.4 compatibility (+ permissions fix)

This commit is contained in:
Brian Quinion 2012-05-23 19:25:43 +02:00
parent c36e3d9c7e
commit 4be160bd4b
5 changed files with 25638 additions and 2 deletions

304
data/country_name.sql Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

25332
data/country_osm_grid.sql Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -105,9 +105,9 @@
}
pgsqlRunScriptFile(CONST_Path_Postgresql_Postgis.'/postgis.sql');
pgsqlRunScriptFile(CONST_Path_Postgresql_Postgis.'/spatial_ref_sys.sql');
pgsqlRunDropAndRestore(CONST_BasePath.'/data/country_name.sql.bin');
pgsqlRunScriptFile(CONST_BasePath.'/data/country_name.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/country_naturalearthdata.sql');
pgsqlRunDropAndRestore(CONST_BasePath.'/data/country_osm_grid.sql.bin');
pgsqlRunScriptFile(CONST_BasePath.'/data/country_osm_grid.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/us_statecounty.sql');
pgsqlRunScriptFile(CONST_BasePath.'/data/us_state.sql');