Re: Bug???

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Bug???
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B8259DF6@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на Bug???  (Ewald Geschwinde <ewald@geschwinde.net>)
Список pgadmin-hackers

> -----Original Message-----
> From: Ewald Geschwinde [mailto:ewald@geschwinde.net]
> Sent: 19 March 2003 14:29
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Bug???
>
>
> I don't know if this is a bug or what I'm making wrong
>
> I define a field with  only varchar
> and not varchar(20) for example
>
> and the pgadminII v1.4.12 shows this to me in the definition
> varchar(0)
>
> I want to use the import wizard to import a text file but it
> says: (see attached image)
>
> The strange thing is when I start the import by clicking ok
> there is no
> activity in the postgresql log file!!!

Hi Ewald,

A varchar column always has a length, but iirc, if you leave it blank
pgAdmin will default it to 0. Are you trying to create an unlimited size
column? If so, try type 'text'.

Regards, Dave.

Вложения

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

Предыдущее
От: Ewald Geschwinde
Дата:
Сообщение: Bug???
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Non-debug pgAdmin III builds