pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390
Дата
Msg-id E1ZlSve-0007yw-0c@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390
Список pgadmin-hackers
As per commit:600daf650bd5e50e664c4ece2e53e95446390b6d, we now use
pg_get_function_result(..) function to identify the return type of the
function, hence - we don't need to add SETOF keyword explicitly, when a
function returns set of records.

Branch
------
master

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

Modified Files
--------------
pgadmin/schema/pgFunction.cpp |    2 --
1 file changed, 2 deletions(-)


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

Предыдущее
От: Susan Douglas
Дата:
Сообщение: Documentation Patch for Auto-Commit Feature (query.rst)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: Small bug in function declaration sql generator