Re: [HACKERS] psql & UTF8

2005-12-09 Thread Andrew Dunstan
The regression tests are known to fail on non-SQL_ASCII encodings for this and similar reasons. cheers andrew Teodor Sigaev wrote: Working on UTF support in tsearch2 I noticed different output of psql: 1) initdb with SQL_ASCII: contrib_regression=# select 'jisa n asd n asld kl ansd

Re: [HACKERS] psql & UTF8

2005-12-09 Thread Martijn van Oosterhout
On Fri, Dec 09, 2005 at 01:39:50PM +0300, Teodor Sigaev wrote: > Working on UTF support in tsearch2 I noticed different output of psql: > > Length of '' string is different. This difference is a reason for > installcheck failture of tsearch2 on UTF8 inited db. > > Is it supposed beha

[HACKERS] psql & UTF8

2005-12-09 Thread Teodor Sigaev
Working on UTF support in tsearch2 I noticed different output of psql: 1) initdb with SQL_ASCII: contrib_regression=# select 'jisa n asd n asld kl ansd contrib_regression'# asdfjkl; asdf kl;amsdf'; ?column? ---