On Aug 23, 2004, at 4:08 PM, Tom Lane wrote:
> [ looks back at discussion... ] Actually I misremembered --- the
> discussion was about how we would *reject* legal UTF-8 codes that are
> more than 2 bytes long. So the code is broken, but not in the
> direction
> that would cause your problem. Time for another theory.
Whew!
> Is the problem query using an index? If so, does REINDEX help?
Doesn't look like it:
bric=# reindex index udx_keyword__name;
REINDEX
bric=# select * from keyword where name ='북한의';
id | name | screen_name | sort_name | active
------+--------+-------------+-----------+--------
1218 | 국방비 | 국방비 | 국방비 | 1
(1 row)
That's still giving me an invalid row for the value I passed to it
(note that the value of the "name" column is different than the value I
queried for).
Regards,
David
In response to
Responses
pgsql-general by date
| Next: | From: Josué Maldonado | Date: 2004-08-23 23:30:11 |
| Subject: Re: pg_dump/psql fails on win32 beta 8.0 |
| Previous: | From: Josué Maldonado | Date: 2004-08-23 23:13:35 |
| Subject: pg_dump/psql fails on win32 beta 8.0 |