Skip to content

Commit

Permalink
Docs: add explicit reference to the gis. schema (#31141)
Browse files Browse the repository at this point in the history
  • Loading branch information
monicakh authored Dec 16, 2024
1 parent 4ef1c42 commit aa15b5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/content/guides/database/extensions/postgis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ You can insert geographical data through SQL or through our API.
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));
('Supa Burger', gis.st_point(-73.946823, 40.807416)),
('Supa Pizza', gis.st_point(-73.94581, 40.807475)),
('Supa Taco', gis.st_point(-73.945826, 40.80629));
```

</TabPanel>
Expand Down

0 comments on commit aa15b5f

Please sign in to comment.