Re: pgAdmin III commit: Lots of work on domains, and check constraints

Поиск
Список
Период
Сортировка
От Timon
Тема Re: pgAdmin III commit: Lots of work on domains, and check constraints
Дата
Msg-id CAAeC-SvRqNRc-5edqcDD6YvWtbKbx22WAk=vmrsLtgZqPfemUA@mail.gmail.com
обсуждение исходный текст
Ответ на pgAdmin III commit: Lots of work on domains, and check constraints  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: pgAdmin III commit: Lots of work on domains, and check constraints  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
seems that this commit broke reindexing of selected index. steps to reproduce:
1) create table
2) create index
3) select index in object inspector
4) try to reindex it via maintenance menu item
5) got error : ERROR:  schema "table_name" does not exist

and one more crash here
.. same steps as before
4) try to CLUSTER index
5) pgadmin simply crashed

2012/5/1 Guillaume Lelarge <guillaume@lelarge.info>:
> Lots of work on domains, and check constraints
>
> Check constraints on domains are now sub-nodes. A user can add as many check
> constraints as he wants. He can rename and validate them on 9.2. He can add
> a not-yet-valid check constraint. He can also add a NO INHERIT check constraint
> on a new table.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=02b60e5a8b4f6c3cfafca1b93eff4833ddc7ae4f
>
> Modified Files
> --------------
> pgadmin/dlg/dlgCheck.cpp                   |   44 ++++--
> pgadmin/dlg/dlgDomain.cpp                  |  214 ++++++++++++++++++++++------
> pgadmin/dlg/dlgProperty.cpp                |   13 +-
> pgadmin/frm/events.cpp                     |    8 +-
> pgadmin/include/dlg/dlgCheck.h             |    6 +-
> pgadmin/include/dlg/dlgDomain.h            |    6 +
> pgadmin/include/schema/pgCheck.h           |   42 ++++--
> pgadmin/include/schema/pgConstraints.h     |   10 +-
> pgadmin/include/schema/pgDomain.h          |    1 +
> pgadmin/include/schema/pgForeignKey.h      |    6 +-
> pgadmin/include/schema/pgIndex.h           |   14 +-
> pgadmin/include/schema/pgIndexConstraint.h |   16 +-
> pgadmin/include/utils/misc.h               |    1 +
> pgadmin/schema/pgCheck.cpp                 |   80 +++++++----
> pgadmin/schema/pgConstraints.cpp           |   51 +++++---
> pgadmin/schema/pgDomain.cpp                |   95 ++++++++-----
> pgadmin/schema/pgForeignKey.cpp            |   15 ++-
> pgadmin/schema/pgIndex.cpp                 |   28 ++--
> pgadmin/schema/pgTable.cpp                 |    2 +
> pgadmin/ui/dlgCheck.xrc                    |   14 ++
> pgadmin/ui/dlgDomain.xrc                   |   95 ++++++++-----
> 21 files changed, 517 insertions(+), 244 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers



--
All bugs reserved

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

Предыдущее
От: Alexander LAW
Дата:
Сообщение: Pgadmin web site translation to Russian
Следующее
От: "Dickson S. Guedes"
Дата:
Сообщение: PoC: Little improvements to EditGrid - Enum ComboBox