PostgreSQL Source Code
git master
|
Data Fields | |
char | kind |
int | nonexistent_code |
const char * | nonexistent_msg |
const char * | skipping_msg |
const char * | nota_msg |
const char * | drophint_msg |
Definition at line 244 of file tablecmds.c.
const char* dropmsgstrings::drophint_msg |
Definition at line 251 of file tablecmds.c.
Referenced by DropErrorMsgWrongType().
char dropmsgstrings::kind |
Definition at line 246 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent(), and DropErrorMsgWrongType().
int dropmsgstrings::nonexistent_code |
Definition at line 247 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().
const char* dropmsgstrings::nonexistent_msg |
Definition at line 248 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().
const char* dropmsgstrings::nota_msg |
Definition at line 250 of file tablecmds.c.
Referenced by DropErrorMsgWrongType().
const char* dropmsgstrings::skipping_msg |
Definition at line 249 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().