Re: Problems reverse engineering functions

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Problems reverse engineering functions
Дата
Msg-id 4B7B1666.6070804@lelarge.info
обсуждение исходный текст
Ответ на Problems reverse engineering functions  (Kieran McCusker <kieran.mccusker@kwest.info>)
Список pgadmin-support
Le 16/02/2010 18:57, Kieran McCusker a écrit :
> [...]
> 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';
> 

Thanks for your report. I worked on this tonight, I'll commit the fix in
a few minutes. The fix will be available in the next release.

Thanks again.

Regards.


-- 
Guillaume.http://www.postgresqlfr.orghttp://dalibo.com


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

Предыдущее
От: Kieran McCusker
Дата:
Сообщение: Problems reverse engineering functions
Следующее
От: Kieran McCusker
Дата:
Сообщение: Feature request