Disallow empty passwords in LDAP authentication, the same way
[PostgreSQL.git] / src / include / commands / discard.h
blobd33c9c5dba670e95a2e0b54c449c07742419a138
1 /*-------------------------------------------------------------------------
3 * discard.h
4 * prototypes for discard.c.
7 * Copyright (c) 1996-2009, PostgreSQL Global Development Group
9 * $PostgreSQL$
11 *-------------------------------------------------------------------------
13 #ifndef DISCARD_H
14 #define DISCARD_H
16 #include "nodes/parsenodes.h"
18 extern void DiscardCommand(DiscardStmt *stmt, bool isTopLevel);
20 #endif /* DISCARD_H */