Re: plpgsql vs. SQL in stored procedures - Mailing list pgsql-sql

From Christopher Browne
Subject Re: plpgsql vs. SQL in stored procedures
Date
Msg-id m3r7v9zad6.fsf@wolfe.cbbrowne.com
Whole thread Raw
In response to plpgsql vs. SQL in stored procedures  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Responses Re: plpgsql vs. SQL in stored procedures
List pgsql-sql
mail@webthatworks.it (Ivan Sergio Borgonovo) wrote:
> Is there a way to declare variables and use IF in plain SQL, not in
> plpgsql inside stored procedures?

The forthcoming support for recursive queries using a WITH clause
might provide, after a fashion, a way to declare variables.

As for IF, there is a functional equivalent to it in the form of the
SQL standard CASE statement.
-- 
select 'cbbrowne' || '@' || 'ntlug.org';
http://www.ntlug.org/~cbbrowne/linuxxian.html
"How should I know if it  works?  That's what beta testers are for.  I
only  coded  it."   (Attributed  to  Linus Torvalds,  somewhere  in  a
posting)


pgsql-sql by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: plpgsql vs. SQL in stored procedures
Next
From: Stephen Quinney
Date:
Subject: Timestamp manipulation