Bruce Momjian <[EMAIL PROTECTED]> writes:
> Peter Eisentraut wrote:
>> To make the grammar match better it might be safer to put the text 
>> inside the parentheses and the number into the sentence.  That would 
>> also work better for translation.

> OK.  I will also add the number to the exec.c case by snprint into a
> local string in that block, and passing that to log_error.

I don't like that because it parenthesizes the most important part of
the message, which is a style-guideline violation at least in spirit.
How about

                ... terminated by signal 10: Bus error

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to