En funktion behövs inte ens. Sätt bara parenteser runt standarduttrycket:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);
En funktion behövs inte ens. Sätt bara parenteser runt standarduttrycket:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);