]> 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:35 +0000 (21:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Aug 2010 21:45:35 +0000 (21:45 +0000)
commit1e4c050b2415159aac782d727dbfd987571deab5
tree256c2e3a561eb59fd37af865e5a25488a397d825
parent2e6dc5328ca2abb01b87e4e60aa325024c1d45c1
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