]> granicus.if.org Git - postgis/commitdiff
put create table examples in program listing tag
authorRegina Obe <lr@pcorp.us>
Fri, 2 Oct 2009 19:21:35 +0000 (19:21 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 2 Oct 2009 19:21:35 +0000 (19:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4582 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_postgis_dataman.xml

index 7d225013db93970a5f95bb276499904d909d0425..cdfbad4824270bdd1b61761b5de5e7068fec3c9a 100644 (file)
@@ -198,9 +198,9 @@ geometry
                <itemizedlist>
                <listitem>
                  <para>POINT: Creating a table with 2d point geometry:</para>
-                 <para>CREATE TABLE testgeog(gid serial PRIMARY KEY, the_geog geography(POINT,4326) );</para>
+                 <para><programlisting>CREATE TABLE testgeog(gid serial PRIMARY KEY, the_geog geography(POINT,4326) );</programlisting></para>
                  <para>Creating a table with z coordinate point</para>
-                 <para>CREATE TABLE testgeog(gid serial PRIMARY KEY, the_geog geography(POINTZ,4326) );</para>
+                 <para><programlisting>CREATE TABLE testgeog(gid serial PRIMARY KEY, the_geog geography(POINTZ,4326) );</programlisting></para>
                </listitem>
                <listitem>
                        <para>LINESTRING</para>