wrong quoted column types in "types"

Поиск
Список
Период
Сортировка
От Martin Sarsale
Тема wrong quoted column types in "types"
Дата
Msg-id 1095087645.1710.6.camel@kadaif
обсуждение исходный текст
Список pgadmin-support
Dear All: 
Im using pgadmin debian ver 1.1.0-0.0+cvs.20040908.1 and I found this
little bug:

I wanted to duplicate a "type", so I went to the types item on the tree,
and I choosed the origin type. When the code used to create this type
appeared on the right pane, I copy the sql and pasted it as a new query
but I found that the column types (varchar, and time) where quoted (and
they should not):

-- Type: xxx

-- DROP TYPE xxx;

CREATE TYPE xxx AS  (id int4,   xxx "varchar"(200),   xxx float8,   xxx "time"(0),   xxx int4,   xxx int4,   xxx
"varchar"(150),  xxx text,   xxx "varchar"(200));
 

Thanks in advance :)




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

Предыдущее
От: derrick@grifflink.com
Дата:
Сообщение: Missing file MSVCR71.dll, libssl32.dll
Следующее
От: blacknoz@club-internet.fr
Дата:
Сообщение: Re: wrong quoted column types in "types"