Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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