diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index af5daef7ab2..5f881a0b74b 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -3623,7 +3623,9 @@ SELECT person.name, holidays.num_weeks FROM person, holidays The essential difference between inet and cidr data types is that inet accepts values with nonzero bits to - the right of the netmask, whereas cidr does not. + the right of the netmask, whereas cidr does not. For + example, 192.168.0.1/24 is valid for inet + but not for cidr.