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

From: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox
Date: 2011-01-09 21:04:19
Message-ID: AANLkTi=hAf1dwEr=8zf2gBG3grfyf-b-FBtjB5_0B-7=@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

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.

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

Regards,
Jasmin

2011/1/9 Guillaume Lelarge <guillaume(at)lelarge(dot)info>

> Fix the enableing of Unlogged checkbox
>
> The Unlogged checkbox should be disabled if the user isn't connected to a
> 9.1+
> PostgreSQL server.
>
> Branch
> ------
> master
>
> Details
> -------
>
> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7558d286095cc5541df08078bfd24936eedf2c15
>
> Modified Files
> --------------
> pgadmin/dlg/dlgTable.cpp | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-01-09 21:13:46 Re: [pgAdmin III] #296: Uncalled CREATE OR REPLACE VIEW in privileges dialog
Previous Message Guillaume Lelarge 2011-01-09 18:48:22 Re: Support for unlogged tables