[pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.
Дата
Msg-id 045.d0e414f1b1045903d988a068e972f54d@code.pgadmin.org
обсуждение исходный текст
Ответы Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Список pgadmin-hackers
#188: Properties dialog for functions returning TABLE() broken.
---------------------+------------------------------------------------------
 Reporter:  brsa     |       Owner:  dpage 
     Type:  bug      |      Status:  new   
 Priority:  major    |   Milestone:  1.10.3
Component:  pgadmin  |     Version:  1.10  
 Keywords:           |    Platform:  all   
---------------------+------------------------------------------------------
 The error log of the database shows that pgAdmin tries to "CREATE OR
 REPLACE FUNCTION" when saving any changes - even if only the comment has
 been modified. The function definition is wrong and triggers an error.

 It looks like both notations "OUT-Parameters" and "RETURNS TABLE" are
 applied. The result is nonsense like this:

 CREATE OR REPLACE FUNCTION foo(IN integer, TABLE a text, TABLE b text,
 TABLE c text) RETURNS SETOF TABLE(a text, b text, c text) AS ...

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

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Updated Czech translation (www)
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.