pgAdmin III commit: Fix SQL query to get types for function return and

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix SQL query to get types for function return and
Дата
Msg-id E1SKcYT-0003Oi-MI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix SQL query to get types for function return and arguments

We forgot to get 'e' types.

Per a report from Erwin Brandstetter.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d6e4c1fd835e7762cc9eef5b10641c29803dd1a1

Modified Files
--------------
CHANGELOG                   |    2 ++
pgadmin/dlg/dlgFunction.cpp |    2 +-
2 files changed, 3 insertions(+), 1 deletions(-)


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #360: Enum only showing as array type in new function dialog
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix SQL query to get types for function return and