Feature #5259
Add support for anonymous DO blocks.
Status: | New | Start date: | 05/27/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: |
Description
PostgreSQL 9.0 introduced a notion of inline DO blocks:
http://www.postgresql.org/docs/9.0/interactive/sql-do.html
So far, nothing stops us from adding support for such blocks written in PL/PHP.