Chris Travers <chris(dot)travers(at)gmail(dot)com> writes:
> In another thread it has been mentioned that SQL language functions in
> 9.2 will accept named parameters
This is correct.
> and that you can't mix named and
> numbered parameters.
This is not correct. You can reference a parameter either by its name
or its number, same as in plpgsql.
regards, tom lane