En funktion er ikke engang nødvendig. Sæt bare parenteser omkring standardudtrykket:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);
En funktion er ikke engang nødvendig. Sæt bare parenteser omkring standardudtrykket:
create temporary table test(
id int,
ts timestamp without time zone default (now() at time zone 'utc')
);