I can run the following script without errors in pgadmin4
SELECT * from tbl
I have tried the following in datagrip
SELECT * from tbl
and
SELECT * from public.tbl
Neither of the above scripts worked. The following error was returned:
[2018-05-12 21:16:44] [42P01] ERROR: relation "public.tbl" does not exist
[2018-05-12 21:16:44] Position: 15

