caicancai commented on code in PR #3642:
URL: https://github.com/apache/calcite/pull/3642#discussion_r1462672738


##########
site/_docs/reference.md:
##########
@@ -2859,7 +2859,7 @@ In the following:
 | b | TIME_DIFF(time, time2, timeUnit)               | Returns the whole 
number of *timeUnit* between *time* and *time2*
 | b | TIME_SUB(time, interval)                       | Returns the TIME value 
that is *interval* before *time*
 | b | TIME_TRUNC(time, timeUnit)                     | Truncates *time* to the 
granularity of *timeUnit*, rounding to the beginning of the unit
-| m o p | TO_CHAR(timestamp, format)                 | Converts *timestamp* to 
a string using the format *format*
+| m o p | TO_CHAR(timestamp, format)                 | Converts *timestamp* to 
a string using the format *format* [More 
details](https://www.postgresql.org/docs/16/functions-formatting.html#FUNCTIONS-FORMATTING-DATETIME-TABLE)

Review Comment:
   +1,done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to