Re: Problem with using domains

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Problem with using domains
Дата
Msg-id 419C8C25.3050902@pse-consulting.de
обсуждение исходный текст
Ответ на Problem with using domains  ("Martin Susil" <spam@susil.net>)
Список pgadmin-support
Martin Susil wrote:
> Hello,
> 
> It seems I found a small bug:
> 
> I use domains as data type aliases in my db:
> 
> CREATE DOMAIN my_schema.t_varchar AS varchar;
> 
> Now lets say I want to edit (or insert) some values in 
> my_schema.my_table so
> I run pgAdmin and 'right-click & View Data' the table.
> Domains under names of the columns are displayed correctly (without schema
> prefix though) but when I try to insert data into a new row I get the
> following error:
> 
> ERROR: type t_varchar does not exist

Schema is missing. Fixed in CVS, thanks for reporting.

Regards,
Andreas


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

Предыдущее
От: "Martin Susil"
Дата:
Сообщение: Problem with using domains
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Can' change comments on column