Skip to content

Commit aa7dddd

Browse files
Revert manually changed md to main branch:
1 parent 3b1f0e7 commit aa7dddd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/functions.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,15 +1059,7 @@ ANY ST_GeometryType (col0 WKB_BLOB)
10591059

10601060
#### Description
10611061

1062-
Returns a 'GEOMETRY_TYPE' enum identifying the input geometry type. Possible enum return types are: `POINT`, `LINESTRING`, `POLYGON`, `MULTIPOINT`, `MULTILINESTRING`, `MULTIPOLYGON`, and `GEOMETRYCOLLECTION`
1063-
1064-
#### Example
1065-
1066-
```sql
1067-
SELECT DISTINCT ST_GeometryType(ST_GeomFromText('POINT(1 1)'));
1068-
----
1069-
POINT
1070-
```
1062+
Returns a 'GEOMETRY_TYPE' enum identifying the input geometry type.
10711063

10721064
----
10731065

0 commit comments

Comments
 (0)