1 /*-------------------------------------------------------------------------
4 * prototypes for lockcmds.c.
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
12 *-------------------------------------------------------------------------
17 #include "nodes/parsenodes.h"
22 extern void LockTableCommand(LockStmt
*lockstmt
);
24 #endif /* LOCKCMDS_H */