projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98039d
)
Remove 'emphasis' markup inside literal; not allowed.
author
Bruce Momjian
Fri, 26 Feb 2010 01:11:46 +0000
(
01:11
+0000)
committer
Bruce Momjian
Fri, 26 Feb 2010 01:11:46 +0000
(
01:11
+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 8e25700a1778bed3ae9ba47800be283037989386..52d3069a83bce2258431e9e7f69b3235366d07ea 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,4
+1,4
@@
-
+
Data Types
@@
-1524,7
+1524,7
@@
SELECT E'\\xDEADBEEF';
The SQL standard requires that writing just
timestamp
- be equivalent to
timestamp
without>
time
+ be equivalent to
timestamp
without
time
zone, and
PostgreSQL
honors that
behavior. (Releases prior to 7.3 treated it as
timestamp
with time zone.)