Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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