PostgreSQL Source Code
git master
|
#include "nodes/parsenodes.h"
Go to the source code of this file.
Functions | |
void | LockTableCommand (LockStmt *lockstmt) |
void LockTableCommand | ( | LockStmt * | lockstmt | ) |
Definition at line 41 of file lockcmds.c.
References get_rel_relkind(), RangeVar::inh, lfirst, LockTableRecurse(), LockViewRecurse(), LockStmt::mode, NIL, LockStmt::nowait, RangeVarCallbackForLockTable(), RangeVarGetRelidExtended(), LockStmt::relations, and RVR_NOWAIT.
Referenced by standard_ProcessUtility().