[postgis-tickets] r15427 - geomentry -> geometry
Sandro Santilli
strk at kbt.io
Mon Jun 12 08:17:00 PDT 2017
Author: strk
Date: 2017-06-12 08:17:00 -0700 (Mon, 12 Jun 2017)
New Revision: 15427
Modified:
trunk/doc/using_postgis_dataman.xml
Log:
geomentry -> geometry
Thanks Andreas Schild via
https://www.transifex.com/postgis/postgis/translate/#de/using_postgis_datamanxmlpot/19191543/
Modified: trunk/doc/using_postgis_dataman.xml
===================================================================
--- trunk/doc/using_postgis_dataman.xml 2017-06-12 13:35:47 UTC (rev 15426)
+++ trunk/doc/using_postgis_dataman.xml 2017-06-12 15:17:00 UTC (rev 15427)
@@ -805,7 +805,7 @@
-- set new optional use_typmod argument to false
SELECT populate_geometry_columns('myschema.my_special_pois'::regclass, false); </programlisting>
-<para>Although the old-constraint based method is still supported, a constraint-based geomentry column used directly
+<para>Although the old-constraint based method is still supported, a constraint-based geometry column used directly
in a view, will not register correctly in geometry_columns, as will a typmod one.
In this example we define a column using typmod and another using constraints.</para>
<programlisting>CREATE TABLE pois_ny(gid SERIAL PRIMARY KEY
More information about the postgis-tickets
mailing list