1👍
Prefix the table in your query with the schema, as the search_path
might be causing your query (or psql) to look in a schema other than what you are expecting.
👤bma
Source:stackexchange.com
1👍
Prefix the table in your query with the schema, as the search_path
might be causing your query (or psql) to look in a schema other than what you are expecting.