Re: [HACKERS] simple plpgsql / sql function question

2008-03-11 Thread Joshua
Thanks for the info. I will make sure to direct these types of questions to the 'general' list in the future. Thanks again for your help!!! Merlin Moncure wrote: On Tue, Mar 11, 2008 at 1:26 PM, Joshua <[EMAIL PROTECTED]> wrote: Hello, I have a series of SQL Update statements. I would li

Re: [HACKERS] simple plpgsql / sql function question

2008-03-11 Thread Merlin Moncure
On Tue, Mar 11, 2008 at 1:53 PM, Merlin Moncure <[EMAIL PROTECTED]> wrote: > > 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

Re: [HACKERS] simple plpgsql / sql function question

2008-03-11 Thread Merlin Moncure
On Tue, Mar 11, 2008 at 1:26 PM, Joshua <[EMAIL PROTECTED]> wrote: > 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 > wou

[HACKERS] simple plpgsql / sql function question

2008-03-11 Thread Joshua
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 -