PostgreSQL Source Code  git master
PLpgSQL_nsitem Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_nsitem_type itemtype
 
int itemno
 
struct PLpgSQL_nsitemprev
 
char name [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 437 of file plpgsql.h.

Field Documentation

◆ itemno

◆ itemtype

◆ name

char PLpgSQL_nsitem::name[FLEXIBLE_ARRAY_MEMBER]

Definition at line 447 of file plpgsql.h.

Referenced by plpgsql_ns_additem(), plpgsql_ns_lookup(), and plpgsql_ns_lookup_label().

◆ prev


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