pgsql: Add a very specific hint for the case that we're unable to locate - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a very specific hint for the case that we're unable to locate
Date
Msg-id 20100805214535.E7B0A7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_func.c (r1.225 -> r1.226)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_func.c?r1=1.225&r2=1.226)

pgsql-committers by date:

Previous
From: pgsql-committers@news.hub.org
Date:
Subject: pgsql-committers@news.hub.org 35% OFF on Pfizer!
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a very specific hint for the case that we're unable to locate