Re: Support for unlogged tables

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Support for unlogged tables
Date: 2010-12-31 11:43:52
Message-ID: AANLkTi=8zdOwb5=97A_Bu8VWMSP4g8O0z-iL1wjiXcy2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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?

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-12-31 13:48:16 Re: code.pgadmin.org
Previous Message Magnus Hagander 2010-12-31 09:57:07 Re: Source reindenting