2009/12/25 Tom Lane <[email protected]>: > Pavel Stehule <[email protected]> writes: >> I was wrong. But it should be syntax error no? > >> SELECT foo(expr ORDER BY expr, .....) > >> currently it quietly ignore arguments over ORDER BY clause. > > No, because you could have more than one ORDER BY item. >
I see it now. hmm - this isn't bullet-prof design :( ok, thank you Pavel > regards, tom lane > -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
