PostgreSQL Source Code  git master
PLpgSQL_condition Struct Reference

#include <plpgsql.h>

Data Fields

int sqlerrstate
 
char * condname
 
struct PLpgSQL_conditionnext
 

Detailed Description

Definition at line 469 of file plpgsql.h.

Field Documentation

◆ condname

char* PLpgSQL_condition::condname

Definition at line 472 of file plpgsql.h.

Referenced by dump_block().

◆ next

struct PLpgSQL_condition* PLpgSQL_condition::next

Definition at line 473 of file plpgsql.h.

Referenced by dump_block(), and exception_matches_conditions().

◆ sqlerrstate

int PLpgSQL_condition::sqlerrstate

Definition at line 471 of file plpgsql.h.

Referenced by exception_matches_conditions().


The documentation for this struct was generated from the following file: