|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| int | elog_level |
| char * | condname |
| char * | message |
| List * | params |
| List * | options |
| PLpgSQL_stmt_type PLpgSQL_stmt_raise::cmd_type |