projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baecbb9
)
Fix invalid ipv6 address in example. Per doc comment 7211.
author
Magnus Hagander
Wed, 2 Jan 2008 19:53:13 +0000
(19:53 +0000)
committer
Magnus Hagander
Wed, 2 Jan 2008 19:53:13 +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 9b8e0cfe068aeab718e9c864ef407932a9af97ea..969435eec58c41b4bcf9671c6e9d074a6cc5c54e 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,4
+1,4
@@
-
+
Data Types
@@
-2953,7
+2953,7
@@
SELECT person.name, holidays.num_weeks FROM person, holidays
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.