diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index d5841f59ad4..94da75fcf2b 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -2577,7 +2577,7 @@ SELECT * FROM test1 WHERE a; When sorting inet or cidr data types, IPv4 addresses will always sort before IPv6 addresses, including IPv4 addresses encapsulated or mapped into IPv6 addresses, such as - ::10.2.3.4 or ::ffff::10.4.3.2. + ::10.2.3.4 or ::ffff:10.4.3.2.