From 315c7a8153f722cbdd62afd9ef68511a79d927d4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 7 Oct 2019 17:26:46 -0400 Subject: [PATCH] docs: clarify that today/tomorrow/yesterday is at 00:00 This should help people clearly know that these days start at midnight. Reported-by: David Harper Discussion: https://postgr.es/m/156258047907.1181.11324468080514061996@wrigleys.postgresql.org Backpatch-through: 9.4 --- doc/src/sgml/datatype.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 902f9b2b99c..cd6d4696457 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2157,17 +2157,17 @@ January 8 04:05:06 1999 PST <row> <entry><literal>today</literal></entry> <entry><type>date</type>, <type>timestamp</type></entry> - <entry>midnight today</entry> + <entry>midnight (<literal>00:00</literal>) today</entry> </row> <row> <entry><literal>tomorrow</literal></entry> <entry><type>date</type>, <type>timestamp</type></entry> - <entry>midnight tomorrow</entry> + <entry>midnight (<literal>00:00</literal>) tomorrow</entry> </row> <row> <entry><literal>yesterday</literal></entry> <entry><type>date</type>, <type>timestamp</type></entry> - <entry>midnight yesterday</entry> + <entry>midnight (<literal>00:00</literal>) yesterday</entry> </row> <row> <entry><literal>allballs</literal></entry> -- GitLab