📄 utility.h
字号:
/*------------------------------------------------------------------------- * * utility.h * prototypes for utility.c. * * * Copyright (c) 1994, Regents of the University of California * * $Id: utility.h,v 1.7.2.1 1999/07/30 17:07:20 scrappy Exp $ * *------------------------------------------------------------------------- */#ifndef UTILITY_H#define UTILITY_H#include "executor/execdesc.h"extern void ProcessUtility(Node *parsetree, CommandDest dest);#endif /* UTILITY_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -