From a0ab4f4909a3f52e8b8243d2ae2dbb6f5027136c Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 15 May 2020 18:05:34 -0400 Subject: Add comments linking pg_strftime to timestamptz_to_str --- src/backend/utils/adt/timestamp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backend/utils/adt/timestamp.c') diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 4caffb58040..876605573c1 100644 --- a/src/backend/utils/adt/timestamp.c +++ b/src/backend/utils/adt/timestamp.c @@ -1738,6 +1738,8 @@ timestamptz_to_time_t(TimestampTz t) * This is mostly for use in emitting messages. The primary difference * from timestamptz_out is that we force the output format to ISO. Note * also that the result is in a static buffer, not pstrdup'd. + * + * See also pg_strftime. */ const char * timestamptz_to_str(TimestampTz t) -- cgit v1.2.3