Hello,
I'm using a TIMESTAMP column with a now() default which (correctly i assume) uses a 'yyyy-mm-dd hh:mm:ss' format.
Is it possible to make it something like 'yyyy-mm-dd hh:mm:ss:cc' ? (basically, a DATE and a TIME, but with 2 decimal cases on the :cc and not .ccccc as the TIME format.
Thanks, \\pb
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match