Een functie is niet eens nodig. Zet gewoon haakjes rond de standaarduitdrukking:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);
Een functie is niet eens nodig. Zet gewoon haakjes rond de standaarduitdrukking:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);