| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | brandystodd(at)gmail(dot)com, PostgreSQL Bug List <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: BUG #18647: INSERT statements execute functions twice. |
| Date: | 2024-10-08 20:04:17 |
| Message-ID: | CAKFQuwYYJD5bw-h_cASQRBHUnN2CMCo=nOpxgqKoNFALLpukWA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-10-08 20:24:07 | Re: BUG #18647: INSERT statements execute functions twice. |
| Previous Message | PG Bug reporting form | 2024-10-08 19:11:52 | BUG #18647: INSERT statements execute functions twice. |