Skip to content

Commit

Permalink
docs: Fix PostGIS function name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Feb 7, 2025
1 parent 9cf5dbc commit f043084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ create table shapes(
);

-- name: GetCentroids :many
SELECT id, name, ST_Centriod(geom)::geometry FROM shapes;
SELECT id, name, ST_Centroid(geom)::geometry FROM shapes;
```

```json
Expand Down

0 comments on commit f043084

Please sign in to comment.