On Tue, Oct 8, 2024, 12:31 PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:
> The following bug has been logged on the website:
>
> Bug reference: 18647
> Logged by: Todd Brandys
> Email address: brandystodd(at)gmail(dot)com
> PostgreSQL version: 16.1
> Operating system: Linux
> Description:
>
> I am writing a function uuid.nextval(...)
Show that create function command then.
> dchain=# INSERT INTO public.party
>
The create table for party probably helps too.
IOW, make it possible for someone to reproduce your issue.
You may also wish to be running a supported version before diving down bug
hunting.
David J.