From ba887a8cdb5b4ebaebd7d5c9ce790563659e710e Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 7 Jan 2026 14:13:18 +0900 Subject: [PATCH] Fix grammar in datatype.sgml Introduced in b139bd3b6ef0. Reported-by: Man Zeng Discussion: https://postgr.es/m/tencent_121C1BB152CAF3195C99D56C@qq.com --- doc/src/sgml/datatype.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)