Header And Logo

PostgreSQL
| The world's most advanced open source database.

lockcmds.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * lockcmds.h
00004  *    prototypes for lockcmds.c.
00005  *
00006  *
00007  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00008  * Portions Copyright (c) 1994, Regents of the University of California
00009  *
00010  * src/include/commands/lockcmds.h
00011  *
00012  *-------------------------------------------------------------------------
00013  */
00014 #ifndef LOCKCMDS_H
00015 #define LOCKCMDS_H
00016 
00017 #include "nodes/parsenodes.h"
00018 
00019 /*
00020  * LOCK
00021  */
00022 extern void LockTableCommand(LockStmt *lockstmt);
00023 
00024 #endif   /* LOCKCMDS_H */