Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox
Date: 2011-01-09 21:35:29
Message-ID: 4D2A2A21.7040400@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jasmin Dizdarevic 2011-01-09 21:43:25 Re: pgAdmin III commit: Another fix on my "unlogged table" patch
Previous Message Guillaume Lelarge 2011-01-09 21:34:51 pgAdmin III commit: Another fix on my "unlogged table" patch