📄 explain.h
字号:
/*------------------------------------------------------------------------- * * explain.h * prototypes for explain.c * * Copyright (c) 1994-5, Regents of the University of California * * $Id: explain.h,v 1.8.2.1 1999/07/30 18:52:56 scrappy Exp $ * *------------------------------------------------------------------------- */#ifndef EXPLAIN_H#define EXPLAIN_H#include "nodes/parsenodes.h"#include "tcop/dest.h"extern void ExplainQuery(Query *query, bool verbose, CommandDest dest);#endif /* EXPLAIN_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -