增加show variables like var_string语法,方便用户查询参数时,记不清变量名称时使用
This commit is contained in:
@ -251,7 +251,7 @@ extern void GetConfigOptionByNum(int varnum, const char** values, bool* noshow);
|
||||
extern int GetNumConfigOptions(void);
|
||||
|
||||
extern void SetPGVariable(const char* name, List* args, bool is_local);
|
||||
extern void GetPGVariable(const char* name, DestReceiver* dest);
|
||||
extern void GetPGVariable(const char* name, const char* likename, DestReceiver* dest);
|
||||
extern TupleDesc GetPGVariableResultDesc(const char* name);
|
||||
|
||||
#ifdef PGXC
|
||||
|
||||
Reference in New Issue
Block a user