Обсуждение: Roadmap

Поиск
Список
Период
Сортировка

Roadmap

От
Guillaume Lelarge
Дата:
Hi,

I would like to add these items to the roadmap :
 * add ALTER TABLE ENABLE/DISABLE TRIGGER support
 * add DROP/REASSIGN OWNED support
 * add index information from pgstattuple
   (I forgot about this one, these informations appear with 8.2
pgstatuple contrib module).

I've already made some progress with the ENABLE/DISABLE trigger support.
It works, but my code is a bit ugly. And I still don't find a way to
refresh trigger property panel. I need to work more on it before sending
a patch.

Comments on the new roadmap items ?

Regards.


--
Guillaume.
<!-- http://abs.traduc.org/
     http://lfs.traduc.org/
     http://docs.postgresqlfr.org/ -->

Re: Roadmap

От
Dave Page
Дата:
Guillaume Lelarge wrote:
> Hi,
>
> I would like to add these items to the roadmap :
>  * add ALTER TABLE ENABLE/DISABLE TRIGGER support
>  * add DROP/REASSIGN OWNED support
>  * add index information from pgstattuple
>    (I forgot about this one, these informations appear with 8.2
> pgstatuple contrib module).
>
> I've already made some progress with the ENABLE/DISABLE trigger support.
> It works, but my code is a bit ugly. And I still don't find a way to
> refresh trigger property panel. I need to work more on it before sending
> a patch.
>
> Comments on the new roadmap items ?

Sure, go ahead if you're happy to work on them.

Regards, Dave

Re: Roadmap

От
Guillaume Lelarge
Дата:
Dave Page a écrit :
> Guillaume Lelarge wrote:
>> I would like to add these items to the roadmap :
>>  * add ALTER TABLE ENABLE/DISABLE TRIGGER support
>>  * add DROP/REASSIGN OWNED support
>>  * add index information from pgstattuple
>>    (I forgot about this one, these informations appear with 8.2
>> pgstatuple contrib module).
>>
>> I've already made some progress with the ENABLE/DISABLE trigger support.
>> It works, but my code is a bit ugly. And I still don't find a way to
>> refresh trigger property panel. I need to work more on it before sending
>> a patch.
>>
>> Comments on the new roadmap items ?
>
> Sure, go ahead if you're happy to work on them.
>

Done, thanks.


--
Guillaume.
<!-- http://abs.traduc.org/
     http://lfs.traduc.org/
     http://docs.postgresqlfr.org/ -->