Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. select st_union(shape) geom from base_layers.hl_huc
  2.  
  3. ERROR: function st_union(st_geometry) does not exist
  4. LINE 1: select st_union(shape) geom from base_layers.hl_huc
  5. ^
  6. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  7. ********** Error **********
  8.  
  9. ERROR: function st_union(st_geometry) does not exist
  10. SQL state: 42883
  11. Hint: No function matches the given name and argument types. You might need to add explicit type casts.
  12. Character: 8
  13.  
  14. CREATE EXTENSION postgis;
  15.  
  16. select sde.ST_Aggr_Union(shape) as geom from base_layers.hl_huc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement