fix dolphin 触发器大小写问题
This commit is contained in:
@ -447,6 +447,7 @@ extern Datum namegt(PG_FUNCTION_ARGS);
|
||||
extern Datum namege(PG_FUNCTION_ARGS);
|
||||
extern int namestrcpy(Name name, const char* str);
|
||||
extern int namestrcmp(Name name, const char* str);
|
||||
extern int namestrcasecmp(Name name, const char* str);
|
||||
extern Datum current_user(PG_FUNCTION_ARGS);
|
||||
extern Datum session_user(PG_FUNCTION_ARGS);
|
||||
extern Datum current_schema(PG_FUNCTION_ARGS);
|
||||
|
||||
Reference in New Issue
Block a user