00001 /*------------------------------------------------------------------------- 00002 * 00003 * discard.h 00004 * prototypes for discard.c. 00005 * 00006 * 00007 * Copyright (c) 1996-2013, PostgreSQL Global Development Group 00008 * 00009 * src/include/commands/discard.h 00010 * 00011 *------------------------------------------------------------------------- 00012 */ 00013 #ifndef DISCARD_H 00014 #define DISCARD_H 00015 00016 #include "nodes/parsenodes.h" 00017 00018 extern void DiscardCommand(DiscardStmt *stmt, bool isTopLevel); 00019 00020 #endif /* DISCARD_H */