Re: Support for unlogged tables

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Support for unlogged tables
Date: 2011-01-01 12:13:11
Message-ID: 4D1F1A57.2030101@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 31/12/2010 15:27, Magnus Hagander a écrit :
> On Fri, Dec 31, 2010 at 15:07, Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
>> Le 31/12/2010 12:43, Magnus Hagander a écrit :
>>> On Fri, Dec 31, 2010 at 00:28, Guillaume Lelarge <guillaume(at)lelarge(dot)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
>

Commited. I know that was a bit quick, but this was an easy one and I
wanted a good start for this new year. I hope this will be good omens :)

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-01 22:24:19 pgAdmin III commit: Fix the CASCADing option for constraints
Previous Message Guillaume Lelarge 2011-01-01 12:08:24 pgAdmin III commit: Add support for unlogged table (9.1 new feature)