[postgis-tickets] r16643 - Sync column names in example.

Darafei komzpa at gmail.com
Fri Jul 13 02:20:00 PDT 2018


Author: komzpa
Date: 2018-07-13 14:20:00 -0700 (Fri, 13 Jul 2018)
New Revision: 16643

Modified:
   trunk/doc/faq.xml
Log:
Sync column names in example.

Closes #4121


Modified: trunk/doc/faq.xml
===================================================================
--- trunk/doc/faq.xml	2018-07-13 21:07:19 UTC (rev 16642)
+++ trunk/doc/faq.xml	2018-07-13 21:20:00 UTC (rev 16643)
@@ -156,8 +156,7 @@
 		For geometry: Connect to your database with
         <filename>psql</filename> and try the following SQL:</para>
 
-        <programlisting>CREATE TABLE gtest ( gid serial primary key, name varchar(20)
-        , geom geometry(LINESTRING) );</programlisting>
+        <programlisting>CREATE TABLE gtest (id serial primary key, name varchar(20), geom geometry(LINESTRING));</programlisting>
 
         <para>If the geometry column definition fails, you probably have not
         loaded the PostGIS functions and objects into this database or are using a pre-2.0 version of PostGIS. See the



More information about the postgis-tickets mailing list