projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe42a1
)
Fix doc bug: to_timestamp() returns timestamptz, not plain timestamp.
author
Tom Lane
Mon, 14 Jun 2004 19:01:09 +0000
(19:01 +0000)
committer
Tom Lane
Mon, 14 Jun 2004 19:01:09 +0000
(19:01 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index ecf344453f8dc01ae9f381a6f7d91805d958be5f..37cc1411f817ad5e285e7ece405d89978f2cb165 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-3909,7
+3909,7
@@
substring('foobar' from 'o(.)b')
o
to_timestamp
(
text
,
text
)
-
timestamp
+
timestamp
with time zone
convert string to time stamp
to_timestamp('05 Dec 2000', 'DD Mon YYYY')