Re: Why the data changes it's value by itself!

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Why the data changes it's value by itself!
Дата
Msg-id 455CB254.3070206@archonet.com
обсуждение исходный текст
Ответ на Re: Why the data changes it's value by itself!  ("Ardian Xharra" <axharra@boxxo.info>)
Список pgsql-general
Ardian Xharra wrote:
> No, sorry about the name of the table it's the same table.
> Yes, the change is in live database during a select

OK, so it's definitely a data change. Can you get the numeric value of
the character in question, and compare it to the original value
   SELECT ascii(substring(my_column,5,1)) WHERE ...;
   SELECT ascii('6');
You might want an index other than 5 of course.

What I'm wondering is whether this is a single-bit error that has
occurred. If it is, I'd suspect hardware problems.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: statement_timeout
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Partial index