Bruce Momjian wrote:
>
> > select currval('"Aa"');
>
> Someone complained they could not get a sequence named "Aa" because the
> code auto-lowercased the nextval parameter. The new code accepts
> nextval('"Aa"'), and preserves the case. Other cases are
> auto-lowercased.
No, just looked in new code and seems that your changes in
parse_func.c handle currval() and setval() as well, sorry.
Vadim