Qualified tables in error messages - Mailing list pgsql-hackers

From Rod Taylor
Subject Qualified tables in error messages
Date
Msg-id 1061236607.19705.132.camel@jester
Whole thread Raw
Responses Re: Qualified tables in error messages
List pgsql-hackers
ERROR:  update or delete on "ftp" violates foreign key constraint "$1"
on "ftp"
DETAIL:  Key (ftp_id)=(11) is still referenced from "ftp".

Considering I have several different FTP tables in various schemas, this
message doesn't have much detail. The "Error Message Style Guide" does
not indicate one way or the other whether tables, etc. should be fully
qualified or not. Possibly not in ERROR, but qualified makes sense for
DETAIL.

pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: full path infrastructure for DT_SONAME?
Next
From: Tom Lane
Date:
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)