Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. select ST_GeomFromText('POLYGON((0 0,2 0,2 2,0 2,0 1))')
  2.  
  3. BŁĄD: geometry contains non-closed rings
  4. HINT: "POLYGON((0 0,2 0,2 2,0 2,0 1))" <-- parse error at position 30 within geometry
  5.  
  6. select *
  7. from foo
  8. where ST_Equals(ST_LineInterpolatePoint(way,0),ST_LineInterpolatePoint(way,1))=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement