Обсуждение: [pgAdmin III] #160: STATISTICS lost

Поиск
Список
Период
Сортировка

[pgAdmin III] #160: STATISTICS lost

От
"pgAdmin Trac"
Дата:
#160: STATISTICS lost
---------------------+------------------------------------------------------
 Reporter:  brsa     |       Owner:  dpage
     Type:  bug      |      Status:  new  
 Priority:  minor    |   Milestone:       
Component:  pgadmin  |     Version:  trunk
 Keywords:           |    Platform:  all  
---------------------+------------------------------------------------------
 The re-engineered SQL in the SQL pane of pgAdmin 1.10.2 misses out on
 column STATISTICS.

 Demo:
 ~~~~~
   -- I say --
 CREATE TABLE test
 ( test_id integer PRIMARY KEY,
   test text);
 ALTER TABLE test ALTER COLUMN test SET STATISTICS 0;

   -- pgAdmin says --
 CREATE TABLE test
 (
   test_id integer NOT NULL,
   test text,
   CONSTRAINT test_pkey PRIMARY KEY (test_id)
 )
 WITH (
   OIDS=FALSE
 );

 -- pd_dump would add:
 -- ALTER TABLE ONLY test ALTER COLUMN test SET STATISTICS 0;

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

Re: [pgAdmin III] #160: column STATISTICS lost (was: STATISTICS lost)

От
"pgAdmin Trac"
Дата:
#160: column STATISTICS lost
---------------------+------------------------------------------------------
 Reporter:  brsa     |       Owner:  dpage
     Type:  bug      |      Status:  new  
 Priority:  minor    |   Milestone:       
Component:  pgadmin  |     Version:  trunk
 Keywords:           |    Platform:  all  
---------------------+------------------------------------------------------

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/160#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #160: column STATISTICS lost

От
"pgAdmin Trac"
Дата:
#160: column STATISTICS lost
---------------------+------------------------------------------------------
 Reporter:  brsa     |       Owner:  gleu    
     Type:  bug      |      Status:  assigned
 Priority:  minor    |   Milestone:          
Component:  pgadmin  |     Version:  1.10    
 Keywords:           |    Platform:  all     
---------------------+------------------------------------------------------
Changes (by gleu):

  * owner:  dpage => gleu
  * status:  new => assigned
  * version:  trunk => 1.10


--
Ticket URL: <http://code.pgadmin.org/trac/ticket/160#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #160: column STATISTICS lost

От
"pgAdmin Trac"
Дата:
#160: column STATISTICS lost
----------------------+-----------------------------------------------------
  Reporter:  brsa     |       Owner:  gleu   
      Type:  bug      |      Status:  closed 
  Priority:  minor    |   Milestone:  1.10.3 
 Component:  pgadmin  |     Version:  1.10   
Resolution:  fixed    |    Keywords:  browser
  Platform:  all      |  
----------------------+-----------------------------------------------------
Changes (by gleu):

  * keywords:  => browser
  * status:  assigned => closed
  * resolution:  => fixed
  * milestone:  => 1.10.3


Comment:

 Fixed in r8250 and r8251.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/160#comment:3>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III