Chris Travers <[email protected]> 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
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
