mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04: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:
parent
e171405afe
commit
ba887a8cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue