projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9772e00
)
Document that to_char('J'/Julian) is midnight-based, per report that
author
Bruce Momjian
Mon, 19 Feb 2007 22:51:44 +0000
(22:51 +0000)
committer
Bruce Momjian
Mon, 19 Feb 2007 22:51:44 +0000
(22:51 +0000)
Julian technically is noon to noon.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 5aaf4dd2ace5e1d15a2004bf5d9bac6bc5a3c5c5..2f4e4d165d8436b682795cb72d4136c2f725d6ea 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-4641,7
+4641,7
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
J
-
Julian Day (days since January 1, 4712 BC)
+
Julian Day (days since
midnight,
January 1, 4712 BC)
Q