diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0a725a6711..5801299b27 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10976,7 +10976,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. @@ -11042,8 +11042,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple (point, line), (lseg, box), (lseg, lseg), - (lseg, line), - (line, box), (line, lseg). @@ -11063,7 +11061,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple 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).