Re: Returning a bool on DELETE in a proc.

Поиск
Список
Период
Сортировка
От KÖPFERL Robert
Тема Re: Returning a bool on DELETE in a proc.
Дата
Msg-id ED4E30DD9C43D5118DFB00508BBBA76EB16577@neptun.sonorys.at
обсуждение исходный текст
Ответ на Returning a bool on DELETE in a proc.  (KÖPFERL Robert <robert.koepferl@sonorys.at>)
Ответы Re: Returning a bool on DELETE in a proc.  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-sql
It's ... hm
I have the feeling that even complicated and boxed queries are faster or can
be optimized by the planer than any PLpgsql. Isn't there a motule that has
to be invoked?

I'm capable to learn.

> -----Original Message-----
> From: Michael Fuhr [mailto:mike@fuhr.org]
> Sent: Mittwoch, 19. Jänner 2005 18:02
> To: KÖPFERL Robert
> Cc: pgsql-sql@postgresql.org
> Subject: Re: [SQL] Returning a bool on DELETE in a proc.
>
>
> On Wed, Jan 19, 2005 at 11:24:26AM +0100, KÖPFERL Robert wrote:
>
> > Seems that I forgot to mention that this function is
> intended to be written
> > in SQL, not in PL/SQL.
>
> Why SQL instead of PL/pgSQL if the former doesn't do what you need
> and the latter does?
>
> --
> Michael Fuhr
> http://www.fuhr.org/~mfuhr/
>


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Returning a bool on DELETE in a proc.
Следующее
От: "Keith Worthington"
Дата:
Сообщение: Re: Conversion ideas (Views/procedures)