Re: Large Object => invalid input syntax for integer: ""

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Large Object => invalid input syntax for integer: ""
Дата
Msg-id 42A459E8.1000609@archonet.com
обсуждение исходный текст
Ответ на Re: Large Object => invalid input syntax for integer: ""  (grupos <grupos@carvalhaes.net>)
Список pgsql-general
grupos wrote:
> Hi Adam,
>
> I am sorry for the misunderstanding, when I compose the e-mail I forgot
> the '  '  on the 1 BUT the error is the same, I made:
> INSERT INTO test VALUES ('1')
>
> and I get the error:
> ERROR:  invalid input syntax for integer: ""
>
> I am sure that there is some problem with LO.

Hmm - works here (Linux, 7.4.7)

CREATE TABLE lotest4 (description varchar, picture lo) WITHOUT OIDS;
INSERT INTO lotest4 (description) VALUES ('1');
SELECT * FROM lotest4;
  description | picture
-------------+---------
  1           |

Are you sure table "test" looks like that?
--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard_D_Levine@raytheon.com
Дата:
Сообщение: Re: Fyracle?
Следующее
От: John Sidney-Woollett
Дата:
Сообщение: Re: Download mirrors not found?