]> granicus.if.org Git - postgresql/commit
Add a very specific hint for the case that we're unable to locate a function
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Aug 2010 21:45:45 +0000 (21:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Aug 2010 21:45:45 +0000 (21:45 +0000)
commit331c3c218b369d2f919c800654e4ca6e5f209aac
treef0f943e375d2ed298e053e03f4d90722f3b802fc
parent5f5f19366229215eb10109c8e24cb665b27be994
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.
src/backend/parser/parse_func.c