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
set search_path to ibex_traj_materialized_bursts;
refresh materialized view step_geometry_shiny_ibex_int_space;
Gives:
ERROR: relation "spatial_ref_sys" does not exist
LINE 1: SELECT proj4text FROM spatial_ref_sys WHERE srid = 3395 LIMI...
^
QUERY: SELECT proj4text FROM spatial_ref_sys WHERE srid = 3395 LIMIT 1
********** Error **********
ERROR: relation "spatial_ref_sys" does not exist
SQL state: 42P01
It affects the database backup-restore procedure as the same error is thrown when restoring a traj schema. Although the materialized view is restored completely.
The text was updated successfully, but these errors were encountered:
In R:
Then in DB:
Gives:
It affects the database backup-restore procedure as the same error is thrown when restoring a traj schema. Although the materialized view is restored completely.
The text was updated successfully, but these errors were encountered: