[postgis-tickets] [PostGIS] #4661: ST_Distance(geography, geography) fails when schema name contains hyphen character
PostGIS
trac at osgeo.org
Thu Apr 9 06:04:00 PDT 2020
#4661: ST_Distance(geography, geography) fails when schema name contains hyphen
character
-------------------------+---------------------
Reporter: kunszabo67 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 2.5.x
Resolution: | Keywords:
-------------------------+---------------------
Comment (by kunszabo67):
PostgreSQL logs show that the failing statement is:
`SELECT proj4text, auth_name, auth_srid, srtext FROM quoted-
schema.spatial_ref_sys WHERE srid = 4326 LIMIT 1`
The qualifying schema name is not quoted properly.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4661#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