> Tatsuo Ishii wrote:
> >
> >
> > Try a multibyte encoding database. For example,
> >
> > $ createdb -E EUC_JP test
> > $ psql -c 'SELECT SUBSTRING('1234567890' FROM 3)' test
> > substring
> > -----------
> > 3456
> > (1 row)
> >
> > Apparently this is wrong.
> > --
> > Tatsuo Ishii
>
> This problem exists in CVS tip *without* the unknownin/out patch:
Sure. That has been broken for a while.
--
Tatsuo Ishii