simple plpgsql / sql function question - Mailing list pgsql-hackers

From Joshua
Subject simple plpgsql / sql function question
Date
Msg-id 47D6C0BE.9040004@joshuaneil.com
Whole thread Raw
Responses Re: simple plpgsql / sql function question
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Next
From: Greg Smith
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Add: > o Add SQLSTATE severity to PGconn return status > >