pgAdmin III commit: Fix display of a function's statistics

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix display of a function's statistics
Дата
Msg-id E1QewIN-0003KS-SQ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix display of a function's statistics

We cannot rely on the name f the function because of the overloading feature
in PostgreSQL. So we now use the OID for filtering.

Fixes #325.

Report from Erwin Brandstetter.

Branch
------
master

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

Modified Files
--------------
pgadmin/schema/pgFunction.cpp |    3 +--
1 files changed, 1 insertions(+), 2 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix display of a function's statistics
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Wrong statistics for overloaded functions