From: Michael Paquier Date: Wed, 7 Jan 2026 05:13:18 +0000 (+0900) Subject: Fix grammar in datatype.sgml X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba887a8cdb5b4ebaebd7d5c9ce790563659e710e;p=thirdparty%2Fpostgresql.git Fix grammar in datatype.sgml Introduced in b139bd3b6ef0. Reported-by: Man Zeng Discussion: https://postgr.es/m/tencent_121C1BB152CAF3195C99D56C@qq.com --- 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.)