projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb3999
)
Remove mention of timestamp() in SGML docs; doesn't exist anymore.
author
Bruce Momjian
Sun, 2 Jun 2002 21:56:09 +0000
(21:56 +0000)
committer
Bruce Momjian
Sun, 2 Jun 2002 21:56:09 +0000
(21:56 +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 978441347a4f83aee43ed7fb3e66d86e2cd0a63c..1c88322891aa57912d8e3af4634aec4c6fec71ba 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-2730,21
+2730,6
@@
PostgreSQL documentation
Wed Feb 21 17:01:13.000126 2001 EST
-
-
timestamp
(
date
)
-
timestamp
-
date
to
timestamp
-
timestamp(date '2000-12-25')
-
2000-12-25 00:00:00
-
-
-
-
timestamp
(
date
,
time
)
-
timestamp
-
date
and
time
to
timestamp
-
timestamp(date '1998-02-24',time '23:07')
-
1998-02-24 23:07:00
-