Nominatim/lib-sql/functions
Sarah Hoffmann 15beeef6ce do not expand records in select list
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.
2022-03-01 09:34:32 +01:00
..
address_lookup.sql country_name: use separate columns for names from OSM 2022-02-23 09:23:06 +01:00
importance.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
interpolation.sql disable debug message in interpolation processing 2022-02-07 23:30:25 +01:00
partition-functions.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
place_triggers.sql country_name: use separate columns for names from OSM 2022-02-23 09:23:06 +01:00
placex_triggers.sql do not expand records in select list 2022-03-01 09:34:32 +01:00
postcode_triggers.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
ranking.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
utils.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00