pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created
Date: 2011-07-02 19:19:43
Message-ID: 201107021919.p62JJhO6051355@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Enable "Has OIDs" on 8.4+ when table is created

I noticed that on the table properties dialogue window, the checkbox
for "Has OIDs" is disabled if there aren't any OIDs already for the
table rows. I believe the check used for enabling this isn't taking
into account that PostgreSQL versions 8.4 and above can re-enable
OIDs.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c03f033357757142bc2def508ebb29311f9c1e20
Author: Thom Brown <thom(at)linux(dot)com>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/dlg/dlgTable.cpp | 10 ++++++++--
2 files changed, 10 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-02 19:20:57 Re: [FEATURE] OIDs check box to enable OIDs
Previous Message Guillaume Lelarge 2011-07-02 18:42:22 pgAdmin III commit: Fix a crash bug when trying to create a new table o