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:
3dd922a
)
Fix invalid ipv6 address in example. Per doc comment 7211.
author
Magnus Hagander
<magnus@hagander.net>
Wed, 2 Jan 2008 19:53:15 +0000
(19:53 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 2 Jan 2008 19:53:15 +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 61b2540c426e3e69401c455a7d5061a6895eea8d..0504960a3ef658ce56803e3bcb6b5ef114024c6e 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-2577,7
+2577,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>