pgAdmin III commit: Fix the enableing of Unlogged checkbox

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the enableing of Unlogged checkbox
Date: 2011-01-09 18:48:03
Message-ID: 201101091848.p09Im3p5021745@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-09 18:48:22 Re: Support for unlogged tables
Previous Message Guillaume Lelarge 2011-01-09 18:43:09 pgAdmin III commit: Forgot to update the xrcDialogs.cpp file