Disallow empty passwords in LDAP authentication, the same way
[PostgreSQL.git] / src / include / commands / lockcmds.h
blob95e0222d6e37aa176c35d5d8b843458240de05a3
1 /*-------------------------------------------------------------------------
3 * lockcmds.h
4 * prototypes for lockcmds.c.
7 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * $PostgreSQL$
12 *-------------------------------------------------------------------------
14 #ifndef LOCKCMDS_H
15 #define LOCKCMDS_H
17 #include "nodes/parsenodes.h"
20 * LOCK
22 extern void LockTableCommand(LockStmt *lockstmt);
24 #endif /* LOCKCMDS_H */