pgAdmin III commit: Fix a lot of issues with length and precision

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix a lot of issues with length and precision
Дата
Msg-id 201010240140.o9O1equc056911@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a lot of issues with length and precision

The display of length and precision was buggy: not displayed in the textboxes, and textboxes not disabled when the user
wasworking on an existing user type. And a few other stuff. 

This work was required to allow the support of the new ALTER TYPE syntax options.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4ed3b473d0d7db9f3b9143f68930ef4e35e26951

Modified Files
--------------
pgadmin/dlg/dlgType.cpp       |  111 +++++++++++++++++++++++++++++++----------
pgadmin/include/dlg/dlgType.h |    3 +-
2 files changed, 86 insertions(+), 28 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix a lot of issues with length and precision
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #262: Increasing size of results grid