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
>  >  would need to write the aforementioned function?
>
>  please ask future questions of this nature on the general list.  the
>  hackers list is reserved for things pertaining to postgresql
>  development.
>
>  anywyays [sic], the answer is easy:
>  sql (imo preferred for this case):

left off parens
>  create function do_stuff returns void as
create function do_stuff() returns void as

merlin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to