Commit c62de15b authored by Bruce Momjian's avatar Bruce Momjian

Document that to_char('J'/Julian) is midnight-based, per report that

Julian technically is noon to noon.
parent 9772e000
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.364 2007/02/19 22:10:52 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.365 2007/02/19 22:51:44 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
......@@ -4641,7 +4641,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</row>
<row>
<entry><literal>J</literal></entry>
<entry>Julian Day (days since January 1, 4712 BC)</entry>
<entry>Julian Day (days since midnight, January 1, 4712 BC)</entry>
</row>
<row>
<entry><literal>Q</literal></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment