Changes between Initial Version and Version 1 of Ticket #4273


Ignore:
Timestamp:
Dec 12, 2018, 12:20:07 PM (6 years ago)
Author:
komzpa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4273 – Description

    initial v1  
    1 ```
     1{{{
    22SELECT name, similarity(name, 'Минск') AS dist FROM planet_osm_point
    33WHERE name % 'Минск' AND ST_DWithin(ST_Transform(way, 4326)::geography, ST_GeomFromText('POINT(27.5618791 53.902334)::geography', 4326), 50000) ORDER BY dist DESC;
    4 ```
     4}}}
    55
    66User by mistake added a cast on wrong side of ' ' and we did not get any parse error.