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 |
List* PLpgSQL_stmt_raise::options |
Definition at line 890 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
List* PLpgSQL_stmt_raise::params |
Definition at line 889 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().