]> granicus.if.org Git - postgis/commitdiff
Add typmod idea
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 13 Dec 2008 19:47:24 +0000 (19:47 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 13 Dec 2008 19:47:24 +0000 (19:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3394 b70326c6-7e19-0410-871a-916f4a2858ee

TODO

diff --git a/TODO b/TODO
index a11e779dba973de090f2f73fde64c05e60235c43..70c245310d30930e7f1b83530adb817ce9f9848b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -71,6 +71,10 @@ Add the maintenance of GEOMETRY_COLUMNS to the "ANALYZE" operation, so that
 an ANALYZE automatically removes orphaned rows from GEOMETRY_COLUMNS and
 adds entries for new rows.
 
+-- typmod support --
+
+Allow geometry(srid, type) constructors to automatically fill out GEOMETRY_COLUMNS and constraints.
+
 -- Estimated Extent --
 
 Fast extent estimation based on reading the head of the R-Tree.