2009/8/11 Tom Lane <[email protected]>: > Anyway it's looking like a slightly nontrivial project. Maybe we should > just rephrase the error message Hubert is complaining about. >
Yeah, I can't think of any simple way of distinguishing the 2 error conditions in that code. Perhaps adding a suitable hint would help, as well as re-wording the error message: ERROR: deferrable constraint "foo" does not exist HINT: You must specify the name of a constraint declared with the DEFERRABLE option. - Dean -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
