pl/pgsql: END verbosity [patch]

From: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
To: pgsql-patches(at)postgresql(dot)org
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pl/pgsql: END verbosity [patch]
Date: 2005-06-26 07:03:26
Message-ID: Pine.LNX.4.44.0506260857200.21791-200000@kix.fsv.cvut.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hello

this patch allows optional using label with END and END LOOP. Ending label
has only informational value, but can enhance readability large block and
enhance likeness with Oracle.

<<main>>LOOP
...
...
END LOOP<<main>>;

Regards
Pavel Stehule

Attachment Content-Type Size
verbose.diff text/plain 12.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2005-06-26 07:21:44 User's exception plpgsql
Previous Message Greg Stark 2005-06-26 06:19:18 Re: Fundamental error in "no WAL log" index/file creation stuff

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2005-06-26 07:21:44 User's exception plpgsql
Previous Message Luke Lonergan 2005-06-26 04:29:42 Re: COPY FROM performance improvements