Re: Does PostgreSQL support job?

Поиск
Список
Период
Сортировка
Искать
От
Achilleus Mantzios
Тема
Re: Does PostgreSQL support job?
Дата
Msg-id
Pine.LNX.4.44.0602021832550.8152-100000@matrix.gatewaynet.com
Ответ на
Список
Дерево обсуждения
Re: Does PostgreSQL support job? "Magnus Hagander" <mha@sollentuna.net>
O Markus Schaber έγραψε στις Feb 2, 2006 :

> Hi, Daniel,
> 
> Daniel Caune wrote:
> 
> > I'm not sure to understand.  Why calling a function from a script is different from executing a series of SQL commands?  I mean, I can run a script defined as follows:
> > 
> > SELECT myjob();
> > 
> > where myjob is a stored procedure such as:
> > 
> > CREATE OR REPLACE FUNCTION myjob()
> >   RETURNS void
> > AS $$
> >   
> > END;
> > $$ LANGUAGE PLPGSQL;
> > 
> > Does that make sense?
> 
> It does make sense if myjob() does more than just execute a bunch of
> statements, e. G. it contains if(), loops or something else.
> 
> PLPGSQL is turing complete, plain SQL is not.

Hmmmm is SQL equally powerful as a pushdown automaton then???

Just kidding!

> 
> Markus
> 

-- 
-Achilleus


В списке pgsql-sql по дате отправления
От: Daniel Caune
Дата:
От: Markus Schaber
Дата:
FAQ