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 4D2A27BC.6080101@lelarge.info
Whole thread Raw
In response to Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox  (Jasmin Dizdarevic <jasmin.dizdarevic@gmail.com>)
Responses Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
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.

> Just another idea: Wouldn't it be nice to show if a table is unlogged or not
> in the properties?
>

It does. Only on 9.1.


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

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #296: Uncalled CREATE OR REPLACE VIEW in privileges dialog
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Another fix on my "unlogged table" patch