Add a very specific hint for the case that we're unable to locate a function

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1e4c050b2415159aac782d727dbfd987571deab5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-05T21:45:35Z
Releases: 9.1.0
Add a very specific hint for the case that we're unable to locate a function
matching a call like f(x, ORDER BY y,z).  It could be that what the user
really wants is f(x,z ORDER BY y).  We now have pretty conclusive evidence
that many people won't understand this problem without concrete guidance,
so give it to them.  Per further discussion of the string_agg() problem.

Files

PathChange+/−
src/backend/parser/parse_func.c modified +14 −1