You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library("adehabitatLT")
data(puechcirc)
attr(puechcirc, "proj4string") <- CRS("+init=epsg:27573") # This is Lambert III projection
library("rpostgisLT")
drv <- dbDriver("PostgreSQL")
con <- dbConnect(drv, dbname = "<db>", host = "localhost", user = "<user>", password = "<pwd>")
ltraj2pgtraj(con, puechcirc)
pgtrajDrop fails on it:
pgtrajDrop(con, "puechcirc")
RS-DBI driver: (could not Retrieve the result : ERROR: cannot drop view parameters_puechcirc because other objects depend on it
DETAIL: materialized view step_geometry_shiny_puechcirc depends on view parameters_puechcirc
HINT: Use DROP ... CASCADE to drop the dependent objects too.
). Rolling back transaction
Error in value[[3L]](cond) : Returning from function
Same setup as #37 :
pgtrajDrop
fails on it:Dropping the entire schema works…
R info:
PostgreSQL/PostGIS info:
The text was updated successfully, but these errors were encountered: