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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Enable "Has OIDs" on 8.4+ when table is created
Дата
Msg-id 201107021919.p62JJhO6051355@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix a crash bug when trying to create a new table o
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: [FEATURE] OIDs check box to enable OIDs