[pgAdmin III] #31: Statistics for databases, indexes and functions

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема [pgAdmin III] #31: Statistics for databases, indexes and functions
Дата
Msg-id 045.0927f9a3a639375594a660d983da247d@code.pgadmin.org
обсуждение исходный текст
Ответы Re: [pgAdmin III] #31: Statistics for databases, indexes and functions
Список pgadmin-hackers
#31: Statistics for databases, indexes and functions
------------------------+---------------------------------------------------
 Reporter:  gleu        |       Owner:  gleu 
     Type:  feature     |      Status:  new  
 Priority:  minor       |   Milestone:  1.12 
Component:  pgadmin     |     Version:  trunk
 Keywords:  statistics  |    Platform:  all  
------------------------+---------------------------------------------------
 Here are three patches for statistics on various objects:

  * database: we had statistics on the Databases node but we didn't have
 them on each individual database node.
  * indexes:  we had statistics on each individual index node but we didn't
 have them on the Indexes node of each table.
  * functions: we didn't have them at all, but it is now needed on 8.4.

 I did a patch for each one because I'm not sure they will all be accepted
 right away. For the database one, I'm not sure that copying the
 DisplayStatistics() function code is the better way to make it work. On
 the index one, should I also display statistics for primary key and unique
 constraints? it seems it would be a good idea. But it would meant that
 only these constraints would be displayed. CHECK constraints, for example,
 would be invisible. Comments?

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/31>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #30: Add the partition name to the proprties pane when viewing the partitions of a table on GreenPlum
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #31: Statistics for databases, indexes and functions