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 <t...@linux.com> Modified Files -------------- CHANGELOG | 2 ++ pgadmin/dlg/dlgTable.cpp | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers