Eine Funktion wird nicht einmal benötigt. Setzen Sie einfach Klammern um den Standardausdruck:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);
Eine Funktion wird nicht einmal benötigt. Setzen Sie einfach Klammern um den Standardausdruck:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);