Re: plpgsql functions organisation

Поиск
Список
Период
Сортировка
От Yves Dorfsman
Тема Re: plpgsql functions organisation
Дата
Msg-id 554526C5.8080309@zioup.com
обсуждение исходный текст
Ответ на Re: plpgsql functions organisation  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
On 2015-05-02 11:12, Melvin Davidson wrote:
> AFAIK, you cannot "package" functions in  PostgreSQL, but it is possible to
> call a function from within a function.
>
> That being said, I would seriously look at how and why you are writing your
> functions
> as functions that call other functions are not very efficient.

Simply to make long procedures easier to read and follow the logic.

>
> Also note that PostgreSQL allows you define functions using Python, so that
> might be a possible compromise.


Thanks.

--
http://yves.zioup.com
gpg: 4096R/32B0F416



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: plpgsql functions organisation
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: plpgsql functions organisation