projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda2bca
)
Fix invalid ipv6 address in example. Per doc comment 7211.
author
Magnus Hagander
<
[email protected]
>
Wed, 2 Jan 2008 19:53:19 +0000
(19:53 +0000)
committer
Magnus Hagander
<
[email protected]
>
Wed, 2 Jan 2008 19:53:19 +0000
(19:53 +0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 67f470c93f0e3dcb1075f91abda7b2c0ae857fb7..b36d07b3e17f0f6afca751ccde6e55372cfed15f 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-2626,7
+2626,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>