Re: continue in plpgsql 7.4 - Mailing list pgsql-general

From Tom Lane
Subject Re: continue in plpgsql 7.4
Date
Msg-id 6528.1185913792@sss.pgh.pa.us
Whole thread Raw
In response to continue in plpgsql 7.4  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List pgsql-general
"Gauthier, Dave" <dave.gauthier@intel.com> writes:
> Lacking "continue", what would you suggest?

EXIT out of a labeled BEGIN block immediately within the loop.

On the whole, though, if you're doing development for PG 7.4 my
reaction is "why"?  Your effort would be better invested in an update.

            regards, tom lane

pgsql-general by date:

Previous
From: David Fetter
Date:
Subject: Re: plperl syntax highlighting for vi
Next
From: Mike Haberman
Date:
Subject: Re: FOREIGN KEY migration of syntax, help needed