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:25:16
Message-ID: 4D2A27BC.6080101@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-09 21:34:51 pgAdmin III commit: Another fix on my "unlogged table" patch
Previous Message pgAdmin Trac 2011-01-09 21:17:58 Re: [pgAdmin III] #296: Uncalled CREATE OR REPLACE VIEW in privileges dialog