Re: Support for unlogged tables

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Support for unlogged tables
Дата
Msg-id 4D1DE393.10904@lelarge.info
обсуждение исходный текст
Ответ на Re: Support for unlogged tables  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Support for unlogged tables
Список pgadmin-hackers
Le 31/12/2010 12:43, Magnus Hagander a écrit :
> On Fri, Dec 31, 2010 at 00:28, Guillaume Lelarge <guillaume@lelarge.info> wrote:
>> Hi,
>>
>> This 9.1 new feature is supported with this patch. It takes care of the
>> table property tab, table dialog, and pg_dump window.
>>
>> Comments?
>
> Haven't tried building it, but this looks weird:
>
> -    EVT_CHECKBOX(XRCID("chkHasOids"),               dlgProperty::OnChange)
> +    EVT_CHECKBOX(XRCID("chkUnlogged"),               dlgProperty::OnChange)
>
>
> should it really move the HasOids one?
>
>

Yes. I don't know why but we had two lines with chkHasOids, that both
called dlgProperty::OnChange when there is an event on the checkbox.


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

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Trac tickets
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Support for unlogged tables