Re: errdetail vs errdetail_log?
Christophe Pettus <xof@thebuild.com>
From: Christophe Pettus <xof@thebuild.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-01-12T21:07:04Z
Lists: pgsql-hackers
> On Jan 12, 2023, at 12:35, Andres Freund <andres@anarazel.de> wrote: > > On 2023-01-12 12:28:39 -0800, Christophe Pettus wrote: >> What's the distinction between errdetail and errdetail_log in the ereport interface? > > Only goes to the server log, not to the client. Thanks!