Re: pgAdmin III commit: Lots of work on domains, and check constraints

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: pgAdmin III commit: Lots of work on domains, and check constraints
Дата
Msg-id 1345999227.5678.17.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: pgAdmin III commit: Lots of work on domains, and check constraints  (Timon <timosha@gmail.com>)
Список pgadmin-hackers
On Fri, 2012-08-17 at 11:39 +0600, Timon wrote:
> and, one more little bug
> altering index fillfactor produces wrong sql code
> steps to reproduce:
>
> 1. create table
> 2. add index
> 3. chage fillfactor on created index
> 4. got error like "scheme name <table name> doesn't exists"
> example of sql: ALTER INDEX gallery.idx_gallery_regionid_itemiddesc
>   SET (FILLFACTOR=80);
> gallery is the table name
>

Thanks, I modified my patch to take care of this too. New (rebased)
patch attached.


--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

Вложения

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Autosave in the SQL Editor
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: More information about the selected objects