diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index e51423c0111..3017c674040 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -4820,7 +4820,7 @@ INSERT INTO mytable VALUES(-1); -- fails The oid and oid8 types themselves have few operations beyond comparison. - they can be cast to integer, however, and then manipulated using the + They can be cast to integer, however, and then manipulated using the standard integer operators. (Beware of possible signed-versus-unsigned confusion if you do this.)