[postgis-tickets] [PostGIS] #3434: Creating topogeom errors when topogeom name includes CAPITAL LETTERS
PostGIS
trac at osgeo.org
Tue Jan 19 05:09:58 PST 2016
#3434: Creating topogeom errors when topogeom name includes CAPITAL LETTERS
-----------------------+---------------------------
Reporter: LucasBr | Owner: strk
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.2.2
Component: topology | Version: 2.2.x
Resolution: invalid | Keywords:
-----------------------+---------------------------
Changes (by strk):
* status: new => closed
* resolution: => invalid
Comment:
PostgreSQL lowercases identifiers when you don't quote them.
The AddTopoGeometryColumn function always retains full casing of the
identifiers you pass as string parameters, so the field would be called
"tg_B". If you quote it in the UPDATE statement it should work.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3434#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list