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.o9O1eqfx056909@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
------
master

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

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


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #267: Bugs in dlgType
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix a lot of issues with length and precision