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 234 of file tablecmds.c.
const char* dropmsgstrings::drophint_msg |
Definition at line 241 of file tablecmds.c.
Referenced by DropErrorMsgWrongType().
char dropmsgstrings::kind |
Definition at line 236 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent(), and DropErrorMsgWrongType().
int dropmsgstrings::nonexistent_code |
Definition at line 237 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().
const char* dropmsgstrings::nonexistent_msg |
Definition at line 238 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().
const char* dropmsgstrings::nota_msg |
Definition at line 240 of file tablecmds.c.
Referenced by DropErrorMsgWrongType().
const char* dropmsgstrings::skipping_msg |
Definition at line 239 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().