Re: How to get error message details from libpq based psqlODBC driver (regression)

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>, "Adrian Klaver" <adrian(dot)klaver(at)aklaver(dot)com>
Subject: Re: How to get error message details from libpq based psqlODBC driver (regression)
Date: 2020-02-23 09:06:09
Message-ID: 494B191537234C4A81D7A56848B9946D@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

>What does the log_error_verbosity setting in postgresql.conf show?

It is not set. postgresql.conf contains it default value from installation:

#log_error_verbosity = default # terse, default, or verbose messages

I changed it to

log_error_verbosity = verbose

but problem persists.

postgres log file contains

2020-02-23 09:02:27.646 GMT [11252] ERROR: 23503: insert or update on table
"rid" violates foreign key constraint "rid_yhik_fkey"
2020-02-23 09:02:27.646 GMT [11252] DETAIL: Key (yhik)=(xx ) is not
present in table "mootyhik".
2020-02-23 09:02:27.646 GMT [11252] LOCATION: ri_ReportViolation,
d:\pginstaller_12.auto\postgres.windows-x64\src\backend\utils\adt\ri_triggers.c:2474
2020-02-23 09:02:27.646 GMT [11252] STATEMENT: insert into rid (dokumnr,
yhik) values (2065, 'xx')

but application shows only

ERROR: insert or update on table "rid" violates foreign key constraint
"rid_yhik_fkey"

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2020-02-23 10:19:28 Re: DB running out of memory issues after upgrade
Previous Message postggen2020 s 2020-02-23 02:40:33 Re: Reset DB stats suggestion pg_stat_reset()