\r
Date Dev Ver Change details\r
---------- --- ----- --------------\r
-2008-06-10 DP 1.8.5 Reverse engineer multi-word type names correctly when \r
+2008-06-11 DP 1.8.5 Fix listing of group roles in the combo box on privilege \r
+ panels.\r
+2008-06-10 DP 1.8.5 Reverse engineer multi-word type names correctly when\r
quoting.\r
2008-06-04 DP 1.8.4 Fix potential crash bug in the query tool logging code,\r
per Erwin.\r
{
if (connection->BackendMinimumVersion(8, 1))
{
- FillCombobox(wxT("SELECT rolname FROM pg_roles ORDER BY 1"), cb1, cb2);
+ FillCombobox(wxT("SELECT rolname FROM pg_roles WHERE rolcanlogin ORDER BY 1"), cb1, cb2);
}
else
{
if (!((securityPage && securityPage->cbGroups) || comboBox))
return;
- if (connection->BackendMinimumVersion(8, 1))
- return;
-
pgSet *set=connection->ExecuteSet(wxT("SELECT groname FROM pg_group ORDER BY groname"));
if (set)