[postgis-tickets] r14600 - Remove VACUUM statement from spatial_ref_sys

Paul Ramsey pramsey at cleverelephant.ca
Thu Jan 14 06:00:45 PST 2016


Author: pramsey
Date: 2016-01-14 06:00:44 -0800 (Thu, 14 Jan 2016)
New Revision: 14600

Modified:
   branches/2.2/spatial_ref_sys.sql
Log:
Remove VACUUM statement from spatial_ref_sys


Modified: branches/2.2/spatial_ref_sys.sql
===================================================================
--- branches/2.2/spatial_ref_sys.sql	2016-01-14 14:00:15 UTC (rev 14599)
+++ branches/2.2/spatial_ref_sys.sql	2016-01-14 14:00:44 UTC (rev 14600)
@@ -1988,7 +1988,6 @@
 ---
 INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (7373,'EPSG',7373,'GEOGCS["ONGD14",DATUM["Oman_National_Geodetic_Datum_2014",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","1147"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7373"]]','+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs ');
 COMMIT;
-VACUUM ANALYZE spatial_ref_sys;
 BEGIN;
 ---
 --- EPSG 2000 : Anguilla 1957 / British West Indies Grid
@@ -20823,7 +20822,6 @@
 ---
 INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (32766,'EPSG',32766,'PROJCS["WGS 84 / TM 36 SE",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",36],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","32766"]]','+proj=tmerc +lat_0=0 +lon_0=36 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs ');
 COMMIT;
-VACUUM ANALYZE spatial_ref_sys;
 BEGIN;
 ---
 --- EPSG 3822 : TWD97
@@ -21418,7 +21416,6 @@
 ---
 INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (7371,'EPSG',7371,'GEOCCS["ONGD14",DATUM["Oman_National_Geodetic_Datum_2014",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1147"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","7371"]]','+proj=geocent +ellps=GRS80 +units=m +no_defs ');
 COMMIT;
-VACUUM ANALYZE spatial_ref_sys;
 BEGIN;
 ---
 --- EPSG 3901 : KKJ / Finland Uniform Coordinate System + N60 height



More information about the postgis-tickets mailing list