Re: Problem dbi_link with postgresql 9.04
| От | Albe Laurenz |
|---|---|
| Тема | Re: Problem dbi_link with postgresql 9.04 |
| Дата | |
| Msg-id | D960CB61B694CF459DCFB4B0128514C206F73A06@exadv11.host.magwien.gv.at обсуждение исходный текст |
| Ответ на | Problem dbi_link with postgresql 9.04 (Emanuel Araújo <eacshm@gmail.com>) |
| Список | pgsql-general |
Emanuel Araújo wrote: > The field where the problem occurs is of type float or double, when extracting data from firebird, it > creates the tables materialized as type text. There is problem with null values or zero bytes. There > are three records with value "1.5" and are those records that generates the error. >> What I would do is check how the data look in Perl. >> Build a simple Perl script that selects the problem data and display them byte for byte. >> >> That should help understand the problem. > I will try Another possibility is to use the 8.4 installation where things work and display the actual content with something like: SELECT encode(col, 'escape') FROM tab WHERE ... That should show any zero bytes. Yours, Laurenz Albe
В списке pgsql-general по дате отправления: