Re: BUG #18647: INSERT statements execute functions twice. - Mailing list pgsql-bugs

From David G. Johnston
Subject Re: BUG #18647: INSERT statements execute functions twice.
Date
Msg-id CAKFQuwYYJD5bw-h_cASQRBHUnN2CMCo=nOpxgqKoNFALLpukWA@mail.gmail.com
Whole thread Raw
In response to BUG #18647: INSERT statements execute functions twice.  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #18647: INSERT statements execute functions twice.
Re: BUG #18647: INSERT statements execute functions twice.
List pgsql-bugs
On Tue, Oct 8, 2024, 12:31 PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      18647
Logged by:          Todd Brandys
Email address:      brandystodd@gmail.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.

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18647: INSERT statements execute functions twice.
Next
From: Tom Lane
Date:
Subject: Re: BUG #18647: INSERT statements execute functions twice.