Problems reverse engineering functions

Поиск
Список
Период
Сортировка
От Kieran McCusker
Тема Problems reverse engineering functions
Дата
Msg-id 4B7ADC9A.6010608@kwest.info
обсуждение исходный текст
Ответы Re: Problems reverse engineering functions  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
Hi

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';


Many thanks

Kieran






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

Предыдущее
От: Quan Zongliang
Дата:
Сообщение: Re: Feature request: in table view
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Problems reverse engineering functions