[postgis-tickets] [PostGIS] #5085: ST_Letters returns NULL all the time
PostGIS
trac at osgeo.org
Sat Feb 5 11:25:11 PST 2022
#5085: ST_Letters returns NULL all the time
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
I was going to add some examples to manual and thought I would use
ST_Letters, but it always returns NULL even using the example from the
manual
http://postgis.net/docs/manual-dev/ST_Letters.html
{{{
SELECT ST_Letters('Yo');
}}}
When I try the original from here:
https://gist.githubusercontent.com/pramsey/2020ef463a8880edc7e23c56420d7df8/raw/dc53082cbe7c62e0a2eebf7ce32502576d281767/postgis_word.sql
{{{
SELECT ST_GeomFromWord('Yo');
}}}
that works.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5085>
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