mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-07-18 22:03:00 -06:00
Update pgDatabase.cpp
This commit is contained in:
parent
d6b8678f39
commit
4fd13c8d40
1 changed files with 1 additions and 0 deletions
|
|
@ -630,6 +630,7 @@ void pgDatabase::ShowTreeDetail(ctlTree *browser, frmMain *form, ctlListView *pr
|
|||
browser->AppendCollection(this, extensionFactory);
|
||||
if (settings->GetDisplayOption(_("Publications")) && GetConnection()->BackendMinimumVersion(10, 0))
|
||||
browser->AppendCollection(this, publicationFactory);
|
||||
if (settings->GetDisplayOption(_("Subscriptions")) && GetConnection()->BackendMinimumVersion(10, 0))
|
||||
browser->AppendCollection(this, subscriptionFactory);
|
||||
if (settings->GetDisplayOption(_("Foreign Data Wrappers")) && GetConnection()->BackendMinimumVersion(8, 4))
|
||||
browser->AppendCollection(this, foreignDataWrapperFactory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue