"cnliou" <cnliou(at)so-net(dot)net(dot)tw> writes:
> Does my test result comply with the statements in section
> "8.5 Date/Time Types"?
I think so. You are inserting into a timestamp-with-time-zone column,
so even though you mark the literal constant as timestamp without time
zone, it's going to be converted to timestamp with time zone.
regards, tom lane