diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 81dc87fb6f..13f39a08d5 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10641,7 +10641,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple Computes the center point. - Available for box, lseg, path, + Available for box, lseg, polygon, circle. @@ -10707,8 +10707,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple (point, line), (lseg, box), (lseg, lseg), - (lseg, line), - (line, box), (line, lseg). @@ -10724,11 +10722,11 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple Computes the distance between the objects. - Available for all seven geometric types, for all combinations + Available for all geometric types except polygon, + for all combinations of point with another geometric type, and for these additional pairs of types: (box, lseg), - (box, line), (lseg, line), (polygon, circle) (and the commutator cases).