Обсуждение: PgAdmin III Bug: Constraints not refreshed after adding the constraint

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

PgAdmin III Bug: Constraints not refreshed after adding the constraint

От
"Matej Rizman"
Дата:
Version: pgAdmin III 0.8.0 Devel (Jul 30 2003)

Steps:
1) open pgAdmin III, go to arbitrary table and select its constraints
2) add new constraint with empty name (i.e. leave field Name empty)

Result: added constraint is not shown in list of constraints and you have to
refresh constraints tree node to show it. If added constraint has a name,
then this problem does not occur.

Regards,
Matej Rizman




Re: PgAdmin III Bug: Constraints not refreshed

От
Andreas Pflug
Дата:
Matej Rizman wrote:

>Version: pgAdmin III 0.8.0 Devel (Jul 30 2003)
>
>Steps:
>1) open pgAdmin III, go to arbitrary table and select its constraints
>2) add new constraint with empty name (i.e. leave field Name empty)
>
>Result: added constraint is not shown in list of constraints and you have to
>refresh constraints tree node to show it. If added constraint has a name,
>then this problem does not occur.
>
This is put on the BUGS.txt, because it's not fixable easily. When 
adding an object to the database, its properties are retrieved by name 
and added to the tree. No name-> no tree

Regards,
Andreas