pgAdmin III commit: Add support for 9.1 ALTER TYPE new syntax

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add support for 9.1 ALTER TYPE new syntax
Дата
Msg-id 201011011607.oA1G7WdH093596@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add support for 9.1 ALTER TYPE new syntax

I changed the Add/Change button with two buttons (Add and Change). The rest of
the patch is used to allow the change on an existing type if we are connected
to an 9.1+ release.

Rather than trying to detect new. removed, and modified members, I simply drop
all the old ones and add all the new ones. Much simpler, same results, and
hopefully less bugs.

Implements #242.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                     |    2 +
pgadmin/dlg/dlgType.cpp       |  161 +++++++++++++++++++++++++++++++----------
pgadmin/include/dlg/dlgType.h |    2 +
pgadmin/ui/dlgType.xrc        |   34 +++++-----
4 files changed, 144 insertions(+), 55 deletions(-)


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #270: Use -v switch for pg_dump and pg_restore
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Ticket 242: Add support for 9.1 ALTER TYPE new syntax