From: Regina Obe Date: Wed, 17 Sep 2008 14:46:25 +0000 (+0000) Subject: Link ST_SetSRID to updated spatial_ref_sys section using cutesy anchor. X-Git-Tag: 1.4.0b1~728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3edc884603d95d809c020a45f2b7191adaa70283;p=postgis Link ST_SetSRID to updated spatial_ref_sys section using cutesy anchor. git-svn-id: http://svn.osgeo.org/postgis/trunk@2979 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 9a9a7da5b..85f8af47b 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -2308,7 +2308,7 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo Description - Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table. + Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table. spatial_ref_sys table is a table that catalogs all spatial reference systems known to PostGIS and is used for transformations from one spatial reference system to another. So verifying you have the right spatial reference system identifier is important if you plan to ever transform your geometries. @@ -2340,7 +2340,7 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo See Also - , , + ,, ,