pgAdmin III commit: Switch OID and owner controls

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Switch OID and owner controls
Дата
Msg-id 201104171543.p3HFhInc074672@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Switch OID and owner controls

All dialogs have first OID, then Owner controls. All but function and package.
This patch switches the two controls so that the dialogs look alike the
others.

Moreover, the first and second tabs of dlgIndexConstraint had the same name
and title. The second tab is now changed to have the usual "definition" name
and title.

Branch
------
master

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

Modified Files
--------------
pgadmin/ui/dlgFunction.xrc        |   16 ++++++++--------
pgadmin/ui/dlgIndexConstraint.xrc |    4 ++--
pgadmin/ui/dlgPackage.xrc         |   14 +++++++-------
3 files changed, 17 insertions(+), 17 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Don't show collation if it's the default one
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Display the OID of a tablespace