Solutionunvalidated
create table t1( id uuid primary key default gen_random_uuid() ,created_at timestamptz default now() ); — You can also side-step the problem entirely. Tension: it doesn't matter where the identifier is generated, removing the need for clients to share the sequence object.
dfab2013-89bd-4f04-95e6-ffaa332dec3b
create table t1( id uuid primary key default gen_random_uuid() ,created_at timestamptz default now() ); — You can also side-step the problem entirely. Tension: it doesn't matter where the identifier is generated, removing the need for clients to share the sequence object.