PostgreSQL Source Code  git master
dropmsgstrings Struct Reference

Data Fields

char kind
 
int nonexistent_code
 
const char * nonexistent_msg
 
const char * skipping_msg
 
const char * nota_msg
 
const char * drophint_msg
 

Detailed Description

Definition at line 242 of file tablecmds.c.

Field Documentation

◆ drophint_msg

const char* dropmsgstrings::drophint_msg

Definition at line 249 of file tablecmds.c.

Referenced by DropErrorMsgWrongType().

◆ kind

char dropmsgstrings::kind

Definition at line 244 of file tablecmds.c.

Referenced by DropErrorMsgNonExistent(), and DropErrorMsgWrongType().

◆ nonexistent_code

int dropmsgstrings::nonexistent_code

Definition at line 245 of file tablecmds.c.

Referenced by DropErrorMsgNonExistent().

◆ nonexistent_msg

const char* dropmsgstrings::nonexistent_msg

Definition at line 246 of file tablecmds.c.

Referenced by DropErrorMsgNonExistent().

◆ nota_msg

const char* dropmsgstrings::nota_msg

Definition at line 248 of file tablecmds.c.

Referenced by DropErrorMsgWrongType().

◆ skipping_msg

const char* dropmsgstrings::skipping_msg

Definition at line 247 of file tablecmds.c.

Referenced by DropErrorMsgNonExistent().


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