Re: Hello

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Hello
Дата
Msg-id 4151306D.1080906@pse-consulting.de
обсуждение исходный текст
Ответ на Hello  ("Jed Nicolau Filho" <jed@prouser.com.br>)
Список pgadmin-support
Jed Nicolau Filho wrote:
> Hi there
>  
> I was testing pgAdmin III and I found a strange behavior with Blob:
>  
> For this table:
> CREATE TABLE lo_test (  id serial NOT NULL,  image lo ) WITH OIDS;
>  
> When I try insert a record only with "id" value wihout image raise this 
> error message:
>  
> "ERROR: Invalid input syntax for Integer: ""  "
>  
> How to fix it ?

Can't tell, probably not a pgadmin issue.
I'd use the much more convenient type bytea.

Regards,
Andreas


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Error adding columns to existing tables
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Users can see each others' databases?