Caused by: org.postgresql.util.PSQLException: ERROR: relation does not exist code example
Example: relation does not exist postgresql
SHOW search_path;
SET search_path TO my_schema;
SHOW search_path;
SET search_path TO my_schema;