projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d0411
)
Add missing ';'
author
Tatsuo Ishii
Mon, 10 Sep 2001 02:46:18 +0000
(
02:46
+0000)
committer
Tatsuo Ishii
Mon, 10 Sep 2001 02:46:18 +0000
(
02:46
+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 55294ccfb751054de783a2059fceb660d5ae1ec2..89a9bd1f8ebb020f3b4badfdf0623ecafe8fe567 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-2769,7
+2769,7
@@
date_part('
field
',
source
)
SELECT date_part('day', TIMESTAMP '2001-02-16 20:38:40');
Result:
16
-SELECT date_part('hour', INTERVAL '4 hours 3 minutes')
+SELECT date_part('hour', INTERVAL '4 hours 3 minutes')
;
Result:
4