Re: continue in plpgsql 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: continue in plpgsql 7.4
Date: 2007-07-31 20:29:52
Message-ID: 6528.1185913792@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Haberman 2007-07-31 20:34:56 Re: FOREIGN KEY migration of syntax, help needed
Previous Message Paul Linehan 2007-07-31 20:21:06 Re: Question about Postgres