Thanks Andreas Schild via
https://www.transifex.com/postgis/postgis/translate/#de/using_postgis_datamanxmlpot/
19191543/
git-svn-id: http://svn.osgeo.org/postgis/trunk@15427
b70326c6-7e19-0410-871a-
916f4a2858ee
-- 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