Thread
-
errdetail vs errdetail_log?
Christophe Pettus <xof@thebuild.com> — 2023-01-12T20:28:39Z
What's the distinction between errdetail and errdetail_log in the ereport interface?
-
Re: errdetail vs errdetail_log?
Andres Freund <andres@anarazel.de> — 2023-01-12T20:35:32Z
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.
-
Re: errdetail vs errdetail_log?
Christophe Pettus <xof@thebuild.com> — 2023-01-12T21:07:04Z
> 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!