"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > Why not wrap all 'identifier' outputs in a call to the quoting function, so > the above message would in fact appear as: > table schema.foo does not exist > but with a space in it it would appear like this: > table "schema 2".foo does not exist
This doesn't conform to the message style guidelines we agreed to, which specify quoting of user identifiers in messages. I think the guidelines are correct on this point --- consider for instance table exists does not exist which could easily be a tad confusing... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match