© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
3 replies
AlanK

function addgeometrycolumn(unknown, unknown, unknown, integer, unknown, integer) does not exist

I have enabled the postgis extension, created a table and ran
SELECT AddGeometryColumn('public','address_point_extract_wgs84','geom',4326,'POINT',3);
SELECT AddGeometryColumn('public','address_point_extract_wgs84','geom',4326,'POINT',3);


the result was
Failed to run sql query: function addgeometrycolumn(unknown, unknown, unknown, integer, unknown, integer) does not exist
Failed to run sql query: function addgeometrycolumn(unknown, unknown, unknown, integer, unknown, integer) does not exist


This has worked before so I am lost... Any advice would be helpful.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

function auth.uid() does not exist
SupabaseSSupabase / help-and-questions
3mo ago
function uuid_generate_v4() does not exist
SupabaseSSupabase / help-and-questions
4y ago
relation does not exist
SupabaseSSupabase / help-and-questions
4y ago
ERROR function graphql.get_schema_version() does not exist
SupabaseSSupabase / help-and-questions
4y ago