]> granicus.if.org Git - postgis/commitdiff
Fixed FAQ to use the schema version of AddGeometryColumn
authorSandro Santilli <strk@keybit.net>
Thu, 27 Jan 2005 11:17:23 +0000 (11:17 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 27 Jan 2005 11:17:23 +0000 (11:17 +0000)
(generated confusion for 0.7.5 users)

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

doc/postgis.xml

index a22babed0ac2ec7594651156efd30af8936e0c37..fdbedcd1898a1ad5139237744088c2902c6e919e 100644 (file)
           <filename>psql</filename> and try the following SQL:</para>
 
           <programlisting>CREATE TABLE gtest ( ID int4, NAME varchar(20) );
-SELECT AddGeometryColumn('gtest','geom',-1,'LINESTRING',2);</programlisting>
+SELECT AddGeometryColumn('', 'gtest','geom',-1,'LINESTRING',2);</programlisting>
 
           <para>If the geometry column addition fails, you probably have not
           loaded the PostGIS functions and objects into this database. See the