PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
int | sqlerrstate |
char * | condname |
struct PLpgSQL_condition * | next |
char* PLpgSQL_condition::condname |
Definition at line 472 of file plpgsql.h.
Referenced by dump_block().
struct PLpgSQL_condition* PLpgSQL_condition::next |
Definition at line 473 of file plpgsql.h.
Referenced by dump_block(), and exception_matches_conditions().
int PLpgSQL_condition::sqlerrstate |
Definition at line 471 of file plpgsql.h.
Referenced by exception_matches_conditions().