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: Sun, 26 Jun 2005 09:03:26 +0200 (CEST)
- Message-id: <Pine.LNX.4.44.0506260857200.21791-200000@kix.fsv.cvut.cz> <text/plain>
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:
verbose.diff
Description: Text document
Home |
Main Index |
Thread Index