Re: Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL
Дата
Msg-id CAH2-Wzk58EN=4p8SQ7S+mDirGv=dg2TJ423X3q7xwZd0hXGGfg@mail.gmail.com
обсуждение исходный текст
Ответ на Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL  (Bryn Llewellyn <bryn@yugabyte.com>)
Список pgsql-general
On Thu, Dec 16, 2021 at 11:22 AM Bryn Llewellyn <bryn@yugabyte.com> wrote:
> The advantages are self-evident to these programmers; and their lack comes as a shocking disappointment when they
startto write application code for PostgreSQL*. The absence of packages and inner subprograms is huge.
 

Why are those things huge? It's not self-evident to me. I can only
speak for myself, but throwing around terms like "shocking
disappointment" is never going to convince me of anything. You can
make similar statements about many other things.

Any functionality that gets added to PostgreSQL should ideally be
compelling to users that have not worked with Oracle in the past.
Maybe that happens to result in a feature that very much looks like
what you already have in mind, or maybe there are significant
differences. If you're not going to meet others closer to where they
are, then how can you expect it for yourself?

-- 
Peter Geoghegan



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL
Следующее
От: Shaozhong SHI
Дата:
Сообщение: Re: How to ensure column names are double quoted while using execute format when building a stored procedure?