Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: add explicit reference to the gis. schema #31141

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

monicakh
Copy link
Member

What kind of change does this PR introduce?

Docs update.

What is the current behavior?

Running the code below:

insert into public.restaurants
  (name, location)
values
  ('Supa Burger', st_point(-73.946823, 40.807416)),
  ('Supa Pizza', st_point(-73.94581, 40.807475)),
  ('Supa Taco', st_point(-73.945826, 40.80629));

Results in the following error in the SQL Editor:

ERROR:  42883: function st_point(numeric, numeric) does not exist
LINE 4:   ('Supa Burger', st_point(-73.946823, 40.807416)),

Fix: Fully qualify the st_point function.

Copy link

vercel bot commented Dec 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2024 11:17am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2024 11:17am
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio ⬜️ Ignored (Inspect) Dec 15, 2024 11:17am
studio-self-hosted ⬜️ Ignored (Inspect) Dec 15, 2024 11:17am
studio-staging ⬜️ Skipped (Inspect) Dec 15, 2024 11:17am
zone-www-dot-com ⬜️ Skipped (Inspect) Dec 15, 2024 11:17am

Copy link

supabase bot commented Dec 15, 2024

This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@monicakh monicakh merged commit aa15b5f into master Dec 16, 2024
15 checks passed
@monicakh monicakh deleted the monicakh/update-postgis-doc-snippet branch December 16, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants