]> granicus.if.org Git - postgis/commitdiff
Removed the CREATE INDEX statement since there is already a primary
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 19 Apr 2002 18:20:42 +0000 (18:20 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 19 Apr 2002 18:20:42 +0000 (18:20 +0000)
key index.

git-svn-id: http://svn.osgeo.org/postgis/trunk@137 b70326c6-7e19-0410-871a-916f4a2858ee

spatial_ref_sys.sql

index 33475fd50445c1a08118d66023b7a12324f76686..c425ab8552d127b53f76f801a35747b57f98c7b5 100644 (file)
@@ -1784,6 +1784,5 @@ INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4tex
 INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (32761,'EPSG',32761,'PROJCS["UPS_South",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Stereographic"],PARAMETER["False_Easting",2000000],PARAMETER["False_Northing",2000000],PARAMETER["Central_Meridian",0],PARAMETER["Scale_Factor",0.994],PARAMETER["Latitude_Of_Origin",-90],UNIT["Meter",1]]','+proj=stere +lat_0=-90.000000000 +lon_0=0.000000000 +x_0=2000000.000 +y_0=2000000.000 +ellps=WGS84 +datum=WGS84 +units=m ');
 INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","srtext","proj4text") VALUES (32766,'EPSG',32766,'PROJCS["WGS_1984_TM_36_SE",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000],PARAMETER["False_Northing",10000000],PARAMETER["Central_Meridian",36],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0],UNIT["Meter",1]]','+proj=tmerc +lat_0=0.000000000 +lon_0=36.000000000 +k=0.999600 +x_0=500000.000 +y_0=10000000.000 +ellps=WGS84 +datum=WGS84 +units=m ');
 COMMIT;
-CREATE INDEX "spatial_ref_sys_idx" ON "spatial_ref_sys" ( SRID );
 VACUUM ANALYZE;