หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Error parsing EWKT: <parseError> at position <pos>
Parameters
- parseError: Description of the kind of parse error encountered.
- pos: The 1-based position in the EWKT string where the parse error occurred.
Explanation
Some geospatial functions can return this error when parsing the input that must be in Extended Well-Known Text (EWKT) format.
Examples
-- Feeding a string with invalid SRID value into the `to_geometry` expression.
> SELECT to_geometry('SRID=-1;POINT(1 2)');
[EWKT_PARSE_ERROR] Error parsing EWKT: Invalid or unsupported SRID value '-1' at position 6 SQLSTATE: 22023