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

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

From
Guillaume Lelarge
Date:
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(-)