--- src/include/pgTable.h.orig Wed Jul 16 11:59:24 2003 +++ src/include/pgTable.h Wed Jul 16 12:00:17 2003 @@ -33,6 +33,7 @@ void ShowTreeDetail(wxTreeCtrl *browser, frmMain *form=0, wxListCtrl *properties=0, wxListCtrl *statistics=0, ctlSQLBox *sqlPane=0); static pgObject *ReadObjects(pgCollection *collection, wxTreeCtrl *browser, const wxString &restriction=wxT("")); static void ShowStatistics(pgCollection *collection, wxListCtrl *statistics); + bool GetSystemObject() const { return GetOid() <= pgSchemaObject::GetConnection()->GetLastSystemOID(); } bool GetHasOids() const { return hasOids; } void iSetHasOids(bool b) { hasOids=b; }