diff --git a/schema/pgObject.cpp b/schema/pgObject.cpp index 3112712..36e65d8 100644 --- a/schema/pgObject.cpp +++ b/schema/pgObject.cpp @@ -307,13 +307,13 @@ void pgObject::ShowStatisticsTables(frmMain* form, ctlListView* statistics, pgOb if (hasSize) statistics->SetItem(pos, i++, stats->GetVal(wxT("size"))); if (obj->GetConnection()->GetIsPgProEnt()) statistics->SetItem(pos, i++, stats->GetVal(wxT("cfs_ratio"))); + statistics->SetItem(pos, i++, stats->GetVal(wxT("n_live_tup"))); statistics->SetItem(pos, i++, stats->GetVal(wxT("n_tup_ins"))); statistics->SetItem(pos, i++, stats->GetVal(wxT("n_tup_upd"))); statistics->SetItem(pos, i++, stats->GetVal(wxT("n_tup_del"))); if (obj->GetConnection()->BackendMinimumVersion(8, 3)) { statistics->SetItem(pos, i++, stats->GetVal(wxT("n_tup_hot_upd"))); - statistics->SetItem(pos, i++, stats->GetVal(wxT("n_live_tup"))); statistics->SetItem(pos, i++, stats->GetVal(wxT("n_dead_tup"))); } if (obj->GetConnection()->BackendMinimumVersion(8, 2)) diff --git a/x64/Release_(3.0)/pgAdmin3.exe b/x64/Release_(3.0)/pgAdmin3.exe index 3252cd3..411c7c7 100644 Binary files a/x64/Release_(3.0)/pgAdmin3.exe and b/x64/Release_(3.0)/pgAdmin3.exe differ