Continue stmt for plpgsql

From: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
To: pgsql-patches(at)postgresql(dot)org
Subject: Continue stmt for plpgsql
Date: 2005-06-17 08:11:00
Message-ID: Pine.LNX.4.44.0506171007340.19644-200000@kix.fsv.cvut.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hello

Attached patch provide continue stmt in plpgsql language. Continue stmt
start new step in any loop stmt. If stmt continue is in begin end block,
then find first outer loop (per recent discussion).

Regards
Pavel Stehule

Attachment Content-Type Size
continue.diff text/plain 15.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2005-06-17 11:43:48 Re: Updated french .po files
Previous Message Michael Glaesemann 2005-06-17 07:42:32 Re: [PATCHES] Escape handling in strings