Re: PL/pgSQL examples NOT involving functions - Mailing list pgsql-sql

From Aasmund Midttun Godal
Subject Re: PL/pgSQL examples NOT involving functions
Date
Msg-id 20011119135117.16760.qmail@ns.krot.org
Whole thread Raw
In response to Re: PL/pgSQL examples NOT involving functions  (Roland Roberts <roland@astrofoto.org>)
Responses Re: PL/pgSQL examples NOT involving functions  (Roland Roberts <roland@astrofoto.org>)
List pgsql-sql
On 18 Nov 2001 22:57:05 -0500, Roland Roberts <roland@astrofoto.org> wrote:
>
>     Aasmund> Well, to the best of my knowledge your question is a
>     Aasmund> contradiction in terms: plpgsql is a procedural language
>     Aasmund> to use it you must create a stored procedure or
>     Aasmund> function...
>
> Coming from an Oracle background, perhaps I don't see it the same
> way.  To merely *call* a PL/SQL procedure, I have to do something like
>
>     BEGIN
>         MYPROC (a, b, c)
>     END;
>
> So I *could* create a pl/pgsql function and call it like that, but
> since pl/pgsql procedures aren't compiled I wondered if I could do it
> inline.
I do believe they are compiled.
>
>     Aasmund> However you are probably able to do many of the things
>     Aasmund> you may want with plain old SQL look it up in the docs
>     Aasmund> especially the case structure.
>
> Thanks for this suggestion; I'll have a look at the case structure....
>
> roland
> --
>                PGP Key ID: 66 BC 3B CD
> Roland B. Roberts, PhD                             RL Enterprises
> roland@rlenter.com                     76-15 113th Street, Apt 3B
> roland@astrofoto.org                       Forest Hills, NY 11375
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Aasmund Midttun Godal

aasmund@godal.com - http://www.godal.com/
+47 40 45 20 46

pgsql-sql by date:

Previous
From: Dino Cherian
Date:
Subject: How can I return more than one row of data from pl/pgsql
Next
From: Peter Eisentraut
Date:
Subject: Re: [OT?] permissions