pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created
Date
Msg-id 201107021919.p62JJhO6051355@gothos.postgresql.org
Whole thread Raw
List 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@linux.com>

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


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix a crash bug when trying to create a new table o
Next
From: Guillaume Lelarge
Date:
Subject: Re: [FEATURE] OIDs check box to enable OIDs