Joachim Wieland <[EMAIL PROTECTED]> writes: > Making assumptions on the length of an error message seems to be moot > anyway, since you don't know the length of the names of user defined objects > in advance, nor do you know the length of the translated message strings in > different languages.
It's certainly all pretty fuzzy, but adding an additional name to an error message has to be seen as a significant increase in the message length. The worst cases are for things like foreign-key messages, where you'd be putting *two* additional identifiers into the message. I think the precision argument is misguided. The direction that we ought to be going in is to add separate fields to error reports that contain just the names of the relevant objects (without any other decoration). This is needed anyway to allow client-side programs to extract the information without having to parse human-readable text messages ... and IIRC it's required by some part of the SQL spec, too. I imagine such fields wouldn't be shown at default verbosity, but you could look at them if you needed to find out which schema a referenced object belonged to. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org