continue in plpgsql 7.4

From: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: continue in plpgsql 7.4
Date: 2007-07-31 20:11:46
Message-ID: D7FF158337303A419CF4A183F48302D602EA1300@hdsmsx411.amr.corp.intel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How does one effectively doa "continue" in plpgsql v7.4?

I believe "continue" is supported in v8, but not 7. At any rate,
"continue" gets flagged as a syntax error in the code I'm trying.

Lacking "continue", what would you suggest?

Thanks

-dave

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2007-07-31 20:13:24 Re: plperl syntax highlighting for vi
Previous Message Tom Lane 2007-07-31 20:00:59 Re: FOREIGN KEY migration of syntax, help needed