Обсуждение: [pgAdmin III] #140: Problems reverse engineering functions

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

[pgAdmin III] #140: Problems reverse engineering functions

От
"pgAdmin Trac"
Дата:
#140: Problems reverse engineering functions
-----------------------------+----------------------------------------------
 Reporter:  Kieran McCusker  |       Owner:  gleu
     Type:  bug              |      Status:  new 
 Priority:  minor            |   Milestone:      
Component:  pgadmin          |     Version:  1.10
 Keywords:  function         |    Platform:  all 
-----------------------------+----------------------------------------------
 Sorry if this has been raised before but the following function will not
 be reverse engineered correctly - The final default clause will be
 removed.

 CREATE FUNCTION fn(a text, b integer DEFAULT NULL::integer, c integer
 DEFAULT NULL::integer) returns text as $$
 BEGIN
   return 't';
 END;
 $$ LANGUAGE 'plpgsql';

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

Re: [pgAdmin III] #140: Problems reverse engineering functions

От
"pgAdmin Trac"
Дата:
#140: Problems reverse engineering functions
------------------------------+---------------------------------------------
  Reporter:  Kieran McCusker  |       Owner:  gleu    
      Type:  bug              |      Status:  closed  
  Priority:  minor            |   Milestone:  1.10.2  
 Component:  pgadmin          |     Version:  1.10    
Resolution:  fixed            |    Keywords:  function
  Platform:  all              |  
------------------------------+---------------------------------------------
Changes (by gleu):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => 1.10.2


Comment:

 Fixed in r8183 and r8184.

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