The expected behavior was not obvious to me. "By default, there is no
explicit bound on precision" sounds more like "unlimited variable length",
as on the 'text' character type.
"By default, the bound on precision is 6 (that is, microsecond precision)"
conveys that 'timestamp with timezone' means
Kirk Parker writes:
> On Fri, Oct 13, 2023 at 7:32 AM David G. Johnston <
> david.g.johns...@gmail.com> wrote:
>> That is precisely what a no default with maximum of six means. If we say
>> the default is six that would imply storage of less precise values pads
>> significant zeros until there ar
On Fri, Oct 13, 2023 at 7:32 AM David G. Johnston <
david.g.johns...@gmail.com> wrote:
> On Friday, October 13, 2023, PG Doc comments form
> wrote:
>
>> both of them round any precision
>> beyond microseconds, and neither returns timestamps with greater precision
>> than the value that was insert