explain.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- /*-------------------------------------------------------------------------
- *
- * 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 */