proposal: enable new error fields in plpgsql (9.4)
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-02-01T12:47:41Z
Lists: pgsql-hackers
Attachments
- enhanced_error_fields_plpgsql_initial.patch (application/octet-stream) patch
Hello now a most "hard" work is done and I would to enable access to new error fields from plpgsql. these new fields are column_name, constraint_name, datatype_name, table_name and schema_name. This proposal has impact on two plpgsql statements - RAISE and GET STACKED DIAGNOSTICS. I am sending initial implementation Comments, notes? Regards Pavel