From: Sandro Santilli Date: Tue, 21 Feb 2012 10:57:24 +0000 (+0000) Subject: Update documentation about shp2pgsql -s/-g flag (#1524) X-Git-Tag: 2.0.0alpha6~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecdaa2d53889b207b71383598297b5e0d84c0f52;p=postgis Update documentation about shp2pgsql -s/-g flag (#1524) git-svn-id: http://svn.osgeo.org/postgis/trunk@9244 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index f8d6bf674..697e0922b 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -1744,23 +1744,14 @@ COMMIT; - -s <SRID> + -s [<FROM_SRID%gt;:]<SRID> Creates and populates the geometry tables with the specified SRID. - - - - - - -r <SRID> - - - Specifies that the input shapefile uses the given SRID. If -s is not - specified, this SRID will be used to populate the geometry table. If - -s is specified, the geometries will be reprojected to the SRID given - in the -s parameter. If -G is specified, but -s is not, the geometries - will be reprojected to 4326. This parameter cannot be used with -D. + Optionally specifies that the input shapefile uses the given + FROM_SRID, in which case the geometries will be reprojected to the + target SRID. + FROM_SRID cannot be specified with -D.