patch - Report the schema along table name in a referential failure error message - Mailing list pgsql-hackers

From George Gensure
Subject patch - Report the schema along table name in a referential failure error message
Date
Msg-id b47db0340911142345v60ae8c14n4cfd745b7c100a0b@mail.gmail.com
Whole thread Raw
Responses Re: patch - Report the schema along table name in a referential failure error message
List pgsql-hackers
I've put together a small patch to provide a schema name in an fk
violation in deference to the todo item "Report the schema along table
name in a referential failure error message"

The error message only contains the schema if the table name being
referenced is non-unique or not present in the search_path.

It passes a make check, and I've added a couple of test cases which
expect the schema's output in the cases mentioned above.

Also, it looks like Rev 1.113 added spaces to the values specified in
errdetail for failed FK violations, but the testoutput wasn't updated.
 I haven't included that in this patch for clarity, but it probably
should be corrected.

Have at it,
-George

Attachment

pgsql-hackers by date:

Previous
From: Hitoshi Harada
Date:
Subject: Re: add more frame types in window functions (ROWS)
Next
From: Andrew Gierth
Date:
Subject: Re: NULL input for array_agg()?