Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Error parsing EWKB: <parseError> at position <pos>
Parameters
- parseError: Description of the kind of parse error encountered.
- pos: The 1-based position in the EWKB binary 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 Binary (EWKB) format.
Examples
-- Feeding a BINARY string with invalid endianness value into the st_geomfromewkb expression.
> SELECT st_geomfromewkb(X'120200000000000000')
[EWKB_PARSE_ERROR] Error parsing EWKB: Invalid byte order 18 at position 1