mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 06:22:13 +03:00
15beeef6ce
An expression of the form 'SELECT (func()).*' will be expanded by Postgresql _before_ execution with the result that the function will be called as many times as there are fields in the record. This is not what we want. The function call needs to go into the FROM clause instead. |
||
---|---|---|
.. | ||
address_lookup.sql | ||
importance.sql | ||
interpolation.sql | ||
partition-functions.sql | ||
place_triggers.sql | ||
placex_triggers.sql | ||
postcode_triggers.sql | ||
ranking.sql | ||
utils.sql |