Tom Lane <t...@sss.pgh.pa.us> writes:

>         ereport(ERROR,
>                 (errcode(ERRCODE_TOO_MANY_ARGUMENTS),
>                  errmsg(ngettext("functions cannot have more than %d 
> argument",
>                                  "functions cannot have more than %d 
> arguments",
>                                  FUNC_MAX_ARGS),
>                         FUNC_MAX_ARGS)));
> 
> It seems extremely far-fetched that FUNC_MAX_ARGS would ever be small
> enough that it would make any language's special cases kick in.

Russian plural forms for 100, 101, 102 etc. is different, as for 0, 1, 2.

-- 
Sergey Burladyan

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to