1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00

Fix grammar in datatype.sgml

Introduced in b139bd3b6e.

Reported-by: Man Zeng <zengman@halodbtech.com>
Discussion: https://postgr.es/m/tencent_121C1BB152CAF3195C99D56C@qq.com
This commit is contained in:
Michael Paquier
2026-01-07 14:13:18 +09:00
parent e171405afe
commit ba887a8cdb

View File

@@ -4820,7 +4820,7 @@ INSERT INTO mytable VALUES(-1); -- fails
<para>
The <type>oid</type> and <type>oid8</type> 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.)
</para>