simple plpgsql / sql function question

From: Joshua <joshua(at)joshuaneil(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: simple plpgsql / sql function question
Date: 2008-03-11 17:26:22
Message-ID: 47D6C0BE.9040004@joshuaneil.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I have a series of SQL Update statements. I would like to write a
function which runs all of the SQL Update statements one at a time, in
order from top to bottom. Can somebody share the basic syntax that I
would need to write the aforementioned function?

Please let me know.

Thanks

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2008-03-11 17:29:02 Re: Re: [COMMITTERS] pgsql: Add: > o Add SQLSTATE severity to PGconn return status > >
Previous Message Tom Lane 2008-03-11 17:18:56 Re: [PATCHES] Fix for large file support (nonsegment mode support)