I hope the firing order of triggers can be introduced by the
document in more detail.
I am raising this requests because I personally feel it is
very important to understand the exact firing order of
various triggers that come with mixed types and names.
The following snippet are the Q&A poste
Hi!
Does my test result comply with the statements in section
"8.5 Date/Time Types"? My shell set local time to UTC+8
hours. I was in the impression that the query
insert into test values ('2003-2-1'::timestamp);
equals to
insert into test values ('2003-2-1'::timestamp without time
zone);
b