PostgreSQL Source Code  git master
PLpgSQL_raise_option Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_raise_option_type opt_type
 
PLpgSQL_exprexpr
 

Detailed Description

Definition at line 870 of file plpgsql.h.

Field Documentation

◆ expr

PLpgSQL_expr* PLpgSQL_raise_option::expr

Definition at line 873 of file plpgsql.h.

Referenced by dump_raise(), exec_stmt_raise(), and free_raise().

◆ opt_type

PLpgSQL_raise_option_type PLpgSQL_raise_option::opt_type

Definition at line 872 of file plpgsql.h.

Referenced by dump_raise(), and exec_stmt_raise().


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