pl/pgsql: END verbosity [patch] - Mailing list pgsql-hackers

From Pavel Stehule
Subject pl/pgsql: END verbosity [patch]
Date
Msg-id Pine.LNX.4.44.0506260857200.21791-200000@kix.fsv.cvut.cz
Whole thread Raw
In response to Re: pl/pgsql: END verbosity  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pl/pgsql: END verbosity [patch]
Re: pl/pgsql: END verbosity [patch]
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Fundamental error in "no WAL log" index/file creation stuff
Next
From: Oleg Bartunov
Date:
Subject: Re: Open items