Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox
Date
Msg-id 4D2A2A21.7040400@lelarge.info
Whole thread Raw
In response to Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
Le 09/01/2011 22:25, Guillaume Lelarge a écrit :
> Hi,
>
> Le 09/01/2011 22:04, Jasmin Dizdarevic a écrit :
>> [...]
>> sorry, but there is still a bug:
>>
>> When I click on a table the following statement is shown in the SQL pane:
>>
>> CREATE UNLOGGED TABLE berfil.tasks
>> (
>>   taskid character varying(32) NOT NULL,
>>   taskyear numeric(4,0),
>>
>> and when opening properties the checkbox is checked. Backend is 8.4.
>>
>
> It shouldn't. Working on it.
>

You were right. This is fixed.

This "new year" patch is turning into a nightmare...


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

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Another fix on my "unlogged table" patch
Next
From: Jasmin Dizdarevic
Date:
Subject: Re: pgAdmin III commit: Another fix on my "unlogged table" patch