From 03e5adf6345f8c2001ca0ad67831e1a3f3c11d98 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 1 Jun 2026 04:55:59 +0000 Subject: [PATCH] Give time precision docs their own section --- doc/src/architecture/timestamps.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/architecture/timestamps.m4 b/doc/src/architecture/timestamps.m4 index 745cf3c..ee45bd2 100644 --- a/doc/src/architecture/timestamps.m4 +++ b/doc/src/architecture/timestamps.m4 @@ -36,6 +36,11 @@ This is best illustrated with an example:: SELECT '1707-05-23'::DATE; +.. _time_precision: + +Time Precision +`````````````` + Unless otherwise noted, all times have a precision of 1 minute. The seconds portion of the time value is always ``0``. -- 2.34.1