Correct display of statistics for partitions

Correct display of statistics for  partitions.
Change path for autosave query tabs
This commit is contained in:
levinsv 2018-11-10 14:28:04 +05:00
parent 6f68d6f22b
commit 311d5e5da4
5 changed files with 122 additions and 14 deletions

View file

@ -76,6 +76,8 @@ class pgPartitionCollection : public pgTableCollection
{
public:
pgPartitionCollection(pgaFactory *factory, pgPartition *_table);
void ShowStatistics(frmMain *form, ctlListView *statistics);
virtual bool CanCreate()
{
return false;