v.25.7New Feature
Add a function to write Geo types
Add a function to write Geo types into WKB format. #82935 (Konstantin Vedernikov).
Why it matters
This feature enables efficient binary representation of geographic data types, facilitating interoperability with other GIS systems and improving storage and transmission efficiency compared to textual formats.How to use it
Use the new serialization function on Geo data columns or expressions to convert them into WKB format. For example, apply the function in aSELECT statement to output WKB-encoded geographic data.