diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-01-22 23:05:18 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-01-22 23:05:18 +0000 |
| commit | 7015dfef4babdc2cce655baf24c1b2b741864a60 (patch) | |
| tree | f7bf6fd264b9d502c9f1334c3e62c946766476f2 /src/bin/psql/psqlHelp.h | |
| parent | 0fd8d6018587e5f8162f96e59c693dca7b8fae82 (diff) | |
| download | postgresql-7015dfef4babdc2cce655baf24c1b2b741864a60.tar.gz | |
Add LOCK command as DELETE FROM ... WHERE false.
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
| -rw-r--r-- | src/bin/psql/psqlHelp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 3feb800bfa..d273929c4a 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -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>];"}, |
