[postgis-tickets] [PostGIS] #5345: Topology upgrade not supporting new CAST

PostGIS trac at osgeo.org
Tue Feb 21 14:15:10 PST 2023


#5345: Topology upgrade not supporting new CAST
-----------------------+---------------------------
  Reporter:  robe      |      Owner:  strk
      Type:  defect    |     Status:  reopened
  Priority:  medium    |  Milestone:  PostGIS 3.4.0
 Component:  topology  |    Version:  master
Resolution:            |   Keywords:  upgrade
-----------------------+---------------------------
Changes (by strk):

 * status:  closed => reopened
 * resolution:  fixed =>

Comment:

 Reopening because while [3fbb9c75ae56c89e43fc4334c6c18e6102113869/git]
 does have topology_upgrade.sql generated by `create_upgrade.pl` that
 script is NOT supporting the syntax for CASTS used by topology yet. This
 is due to presence of schema qualification which fails matching the regexp
 used for casts:

     if (/^create cast\s+\(\s*(\w+)\s+as\s+(\w+)\)/i)
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5345#comment:4>
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