PostgreSQL Source Code git master
Loading...
Searching...
No Matches
dropmsgstrings Struct Reference

Data Fields

char kind
 
int nonexistent_code
 
const charnonexistent_msg
 
const charskipping_msg
 
const charnota_msg
 
const chardrophint_msg
 

Detailed Description

Definition at line 246 of file tablecmds.c.

Field Documentation

◆ drophint_msg

const char* dropmsgstrings::drophint_msg

Definition at line 253 of file tablecmds.c.

◆ kind

char dropmsgstrings::kind

Definition at line 248 of file tablecmds.c.

Referenced by DropErrorMsgNonExistent(), and DropErrorMsgWrongType().

◆ nonexistent_code

int dropmsgstrings::nonexistent_code

Definition at line 249 of file tablecmds.c.

◆ nonexistent_msg

const char* dropmsgstrings::nonexistent_msg

Definition at line 250 of file tablecmds.c.

◆ nota_msg

const char* dropmsgstrings::nota_msg

Definition at line 252 of file tablecmds.c.

◆ skipping_msg

const char* dropmsgstrings::skipping_msg

Definition at line 251 of file tablecmds.c.


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