Re: Support for unlogged tables - Mailing list pgadmin-hackers

From Magnus Hagander
Subject Re: Support for unlogged tables
Date
Msg-id AANLkTim7pZsbHXgAgOtOXHXOnnwArUQ+EhPBQehYO7tC@mail.gmail.com
Whole thread Raw
In response to Re: Support for unlogged tables  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Support for unlogged tables
List pgadmin-hackers
On Fri, Dec 31, 2010 at 15:07, Guillaume Lelarge <guillaume@lelarge.info> wrote:
> 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.

Oh. Interesting. :S

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Support for unlogged tables
Next
From: Jasmin Dizdarevic
Date:
Subject: Step ordering pgAgent