Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Дата
Msg-id 200911221840.34324.guillaume@lelarge.info
обсуждение исходный текст
Ответы Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Список pgadmin-hackers
Hi,

Here is a patch to add the support for this new 8.5 functionality. Ticket is
http://code.pgadmin.org/trac/ticket/95, commitfest item is
https://commitfest.postgresql.org/action/patch_view?id=73.

It was a quite simple patch. I used the git-svn method to get the code, and
build the patch. I'm not really used to it right now, I hope to find a real
use of this method.

Comments?

PS: there are something like 10 new functionalities that need to be supported
by pgAdmin, I made a list that I'll add as tickets on our trac instance.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Вложения

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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #95: Support "ALTER TABLE ... ALTER COLUMN ... SET DISTINCT"
Следующее
От: Dave Page
Дата:
Сообщение: Re: Database reconnect patch