docs icon indicating copy to clipboard operation
docs copied to clipboard

fix autocluster example

Open tureba opened this issue 1 year ago • 0 comments

The example had timestamptz as datatype and inserted only hour:minute unquoted.

Besides the obvious quoting, we should either change the data to match the datatype, or the datatype to match the hour:minute data. Using full timestamptz probably wouldn't improve the example, which is well served by simple data. So using time as column datatype is adequate.

This intends to cover issue #5486 .

tureba avatar May 10 '24 15:05 tureba