[COMMITTERS] pgsql: Expose object name error fields in PL/pgSQL.

2013-07-03 Thread Noah Misch
Expose object name error fields in PL/pgSQL. Specifically, permit attaching them to the error in RAISE and retrieving them from a caught error in GET STACKED DIAGNOSTICS. RAISE enforces nothing about the content of the fields; for its purposes, they are just additional string fields. Consequentl

[COMMITTERS] pgsql: Expose object name error fields in PL/pgSQL.

2013-07-03 Thread Noah Misch
Expose object name error fields in PL/pgSQL. Specifically, permit attaching them to the error in RAISE and retrieving them from a caught error in GET STACKED DIAGNOSTICS. RAISE enforces nothing about the content of the fields; for its purposes, they are just additional string fields. Consequentl