Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem Statement

Info
When trying Trying to retrieve data using SQL with PostgreSQL profile with public tables(table name is inventory) as  SELECT * FROM inventory; macro from the table under a public schema on a PostgreSQL will result in below an error:

Error Message 

Code Block
themeMidnight
org.postgresql.util.PSQLException: ERROR: relation "inventory" doesnot exist Position: 15

...