Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres ERROR: relation "user" does not exist

c <DATABASE_NAME>;
set search_path to <SCHEMA_NAME>;
# example: set search_path to public;
select * from "<TABLE_NAME>";
# example: select * from "User";
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgres #relation #exist
ADD COMMENT
Topic
Name
8+7 =