Fix invalid ipv6 address in example. Per doc comment 7211.
authorMagnus Hagander <[email protected]>
Wed, 2 Jan 2008 19:53:21 +0000 (19:53 +0000)
committerMagnus Hagander <[email protected]>
Wed, 2 Jan 2008 19:53:21 +0000 (19:53 +0000)
doc/src/sgml/datatype.sgml

index ff9953a5470c08959fc765bd66233d2ec6684427..30c285aad33db0389f40dabf62a46ea5a0c827be 100644 (file)
@@ -2700,7 +2700,7 @@ SELECT * FROM test1 WHERE a;
     When sorting <type>inet</type> or <type>cidr</type> 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.
    </para>