v.21.11Improvements

polygon dictionaries enhanced for SELECT query method with key column support

polygon dictionaries (reverse geocoding): added support for reading the dictionary content with SELECT query method if setting store_polygon_key_column = true. Closes #30090. #30142 (Maksim Kita).
Polygon dictionaries (reverse geocoding): Added support for reading dictionary content using the SELECT query method when the setting store_polygon_key_column is set to true.

Why it matters

This feature enhances polygon dictionaries by allowing users to query dictionary data directly with SELECT statements. It enables easier inspection and utilization of polygon key columns, improving reverse geocoding workflows and dictionary management.

How to use it

To use this feature, set the dictionary configuration parameter store_polygon_key_column to true. Once enabled, you can read the polygon dictionary content via standard SELECT queries.