mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-16 14:15:50 -06:00
Correct display of statistics for partitions
Correct display of statistics for partitions. Change path for autosave query tabs
This commit is contained in:
parent
6f68d6f22b
commit
311d5e5da4
5 changed files with 122 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue