mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Document that to_char('J'/Julian) is midnight-based, per report that
Julian technically is noon to noon.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $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">
|
<chapter id="functions">
|
||||||
<title>Functions and Operators</title>
|
<title>Functions and Operators</title>
|
||||||
@ -4641,7 +4641,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>J</literal></entry>
|
<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>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>Q</literal></entry>
|
<entry><literal>Q</literal></entry>
|
||||||
|
Reference in New Issue
Block a user