mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
Add LOCK command as DELETE FROM ... WHERE false.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: psqlHelp.h,v 1.38 1998/01/11 20:02:15 momjian Exp $
|
||||
* $Id: psqlHelp.h,v 1.39 1998/01/22 23:05:09 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -250,6 +250,9 @@ static struct _helpStruct QL_HELP[] = {
|
||||
{"load",
|
||||
"dynamically load a module",
|
||||
"load <filename>;"},
|
||||
{"lock",
|
||||
"exclusive lock a table inside a transaction",
|
||||
"lock <class_name>;"},
|
||||
{"move",
|
||||
"move an cursor position",
|
||||
"move [forward|backward] [<number>|all] [in <cursorname>];"},
|
||||
|
||||
Reference in New Issue
Block a user