I have created my tables with a column (type: timestamp with timezone) and set its default value to now()
(current_timestamp()
).
I run a series of inserts in separate statements in a single function and I noticed all the timestamps are equal down to the (ms), is the function value somehow cached and shared for the entire function call or transaction?