type "geometry" does not exist
Hey all,
I'm new to Supabase and to PostgreSQL so I'm checking out functionality and following tutorials. I was trying to follow the tutorial for the PostGIS Geo queries extensions (https://supabase.com/docs/guides/database/extensions/postgis) and I've followed the tutorial to the letter. As soon as I try to run the following:
I get this error:
So far I've tried:
I'm new to Supabase and to PostgreSQL so I'm checking out functionality and following tutorials. I was trying to follow the tutorial for the PostGIS Geo queries extensions (https://supabase.com/docs/guides/database/extensions/postgis) and I've followed the tutorial to the letter. As soon as I try to run the following:
I get this error:
So far I've tried:
- restarting the project,
- setting the search path to include the schema,
- referencing the full path with
public.geometryandpostgis.geometry, - checking that the extension is installed (it is),
- I've spent like an hour trying to get help from the AI but we just keep running in circles...
Help?