Comparing a varchar of length > 32

Поиск
Список
Период
Сортировка
От Christian Enklaar
Тема Comparing a varchar of length > 32
Дата
Msg-id civ5i0$12s4$1@news.hub.org
обсуждение исходный текст
Ответы Re: Comparing a varchar of length > 32
Re: Comparing a varchar of length > 32
Список pgsql-general
Hello,

we are using a table with a primary key of type varchar[50].
If we try to find entries with select * from <table> where <table.key> =
'<text>';
entries with a key length of more than 32 characters are not found.
Entries with a shorter key are found. Using "Like" instead of "=" works for
varchar keys with length > 32 as well.

Does anybody know about this Problem ?
(We use PostgresQL 7.4.1)

Thanks in advance,
Christian Enklaar.





В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: mailing list archive search form broken?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Comparing a varchar of length > 32