Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Your error does not mention: relation does not exist. You appear to be using single quotes around the table name. Please confirm the error derives from your exact posted code. Try running it one more time in case you were in between different trial runs. I see F-strings used (not done in for climbing_area_info) but no placeholder braces {...}. Commented Dec 5, 2019 at 15:18
  • @Parfait I edited the code slightly thank you. Instead of a syntax error, the error message says "relation does not exist". I've tried editing the syntax slightly to: 'AllResidential2019', AllResidential2019, public.AllResidential2019, and public.'AllResidential2019'. Commented Dec 5, 2019 at 20:24
  • Normally "public" is always on search_path, but can you check in your case "public" is in search path or no. show search_path; Commented Dec 5, 2019 at 20:30