Ticket 242: Add support for 9.1 ALTER TYPE new syntax

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Ticket 242: Add support for 9.1 ALTER TYPE new syntax
Дата
Msg-id 4CC9A0D7.8000401@lelarge.info
обсуждение исходный текст
Ответы Re: Ticket 242: Add support for 9.1 ALTER TYPE new syntax
Список pgadmin-hackers
Hi,

This patch adds support to the new ALTER TYPE syntax in 9.1.

/me extracts the log message in the patch:

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.

Comments? (other than the fact that I forgot a TODO comment in that patch)


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Restore database form button
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Ticket 242: Add support for 9.1 ALTER TYPE new syntax