Обсуждение: pgAdmin II - table name shows column name

Поиск
Список
Период
Сортировка

pgAdmin II - table name shows column name

От
"Donald Fraser"
Дата:
pgAdmin III July 16th Build
 
reverse engineered SQL statements for columns do not show the correct DROP statement.
 
For example:
-- ALTER TABLE public.s_name16 DROP COLUMN s_name16
 
"public.s_name16" should show the table name but it shows the column name instead.
 
Regards
Donald Fraser.
 

Re: pgAdmin II - table name shows column name

От
Andreas Pflug
Дата:
Donald Fraser wrote:

> pgAdmin III July 16th Build
>  
> reverse engineered SQL statements for columns do not show the correct 
> DROP statement.
>  
> For example:
> -- ALTER TABLE public.s_name16 DROP COLUMN s_name16
>  
> "public.s_name16" should show the table name but it shows the column 
> name instead.
>  


Thanks,
fixed in CVS.

Regards,
Andreas