diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c7c0f23c8f..259928e173 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -258,7 +258,7 @@ PostgreSQL documentation - between + BETWEEN In addition to the comparison operators, the special BETWEEN construct is available.BETWEEN @@ -6476,7 +6476,7 @@ SELECT COALESCE(description, short_description, '(none)') ... <literal>NULLIF</> - nullif + NULLIF @@ -8025,23 +8025,23 @@ SELECT col1 FROM tab1 Row and Array Comparisons - in + IN - not in + NOT IN - any + ANY - all + ALL - some + SOME