|
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 495 of file plpgsql.h.
Referenced by dump_block().
| struct PLpgSQL_condition* PLpgSQL_condition::next |
Definition at line 496 of file plpgsql.h.
Referenced by dump_block(), and exception_matches_conditions().
| int PLpgSQL_condition::sqlerrstate |
Definition at line 494 of file plpgsql.h.
Referenced by exception_matches_conditions().