Added iconv autodetection, removed already-added things

git-svn-id: http://svn.osgeo.org/postgis/trunk@1727 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2005-05-24 16:56:09 +00:00
parent 5ef6d88550
commit 75311278e0

9
TODO
View file

@ -11,14 +11,16 @@
======================================
Following is TODO list for release 1.1
======================================
Mon Apr 18 16:21:00 CEST 2005
Tue May 24 18:55:46 CEST 2005
======================================
- iconv autodetection (for already-present UTF-8 support in loader)
- Full autoconf support / PG sources dependency drop
- Selectivity estimation code merge (+- pgsql-8.0.0)
+ fix invalid stats computation (currently keeps the previously
computed ones, shoudl instead wipe them out - possibly a
computed ones, should instead wipe them out - possibly a
pgsql bug).
- Special threatment of SRID=-1, dims=-1, type=GEOMETRY
@ -36,8 +38,6 @@ Mon Apr 18 16:21:00 CEST 2005
index on the geometric column, as requested by Christian
Graefe.
- pgsql2shp keep identifiers case (-k switch)
- line_calculate_proportion(line, point)
Returns a float, representing the proportional distance the
@ -52,5 +52,4 @@ Mon Apr 18 16:21:00 CEST 2005
- MakeValidShape() to remove consecutive vertexes and any eventual
other cleanup aimed at making pgsql2shp produce "valid" Shapefiles.
- OGC polygon constructors