Re: Can I trigger an action from a coalesce ? - Mailing list pgsql-general

From Christophe Pettus
Subject Re: Can I trigger an action from a coalesce ?
Date
Msg-id 1D8B4F65-D170-4200-9278-1670BDE50099@thebuild.com
Whole thread Raw
In response to Re: Can I trigger an action from a coalesce ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general

> On Feb 22, 2020, at 14:36, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The problem that I'm worried about is premature evaluation of the
> "immutable" function, causing the NOTICE to come out once during
> query planning, independently of whether/how many times it should
> come out during execution.

Ah, good point.  My solution also does assume that a DEFAULT expression is only evaluated if the default is required,
andthat behavior isn't (afaik) a promise. 

--
-- Christophe Pettus
   xof@thebuild.com




pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: How to get error message details from libpq based psqlODBC driver (regression)
Next
From: "Andrus"
Date:
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0