Re: New feature proposal

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: New feature proposal
Дата
Msg-id 1169681739.12522.4.camel@localhost.localdomain
обсуждение исходный текст
Ответ на New feature proposal  (Sorin Schwimmer <sxn02@yahoo.com>)
Список pgsql-hackers
On Wed, 2007-01-24 at 08:26 -0800, Sorin Schwimmer wrote:
> The front-end application can do it easy in a
> loop of a sort, but on remote servers (and that's the
> norm these days) it creates unnecessary network
> traffic.

You can avoid this easily via a stored procedure.

> My suggestion is to allow INSERT to do it REPEAT x.

We generally try to avoid non-standard extensions to SQL to accomplish
things that can be comfortably expressed in standard SQL, or via the
existing Postgres constructs (e.g. PL/PgSQL stored procedures).

-Neil




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

Предыдущее
От: Sorin Schwimmer
Дата:
Сообщение: New feature proposal
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: New feature proposal