diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-06-03 19:18:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-06-03 19:18:00 +0000 |
commit | e1ea7cc2e562b9e61528f37affada72a08a8adeb (patch) | |
tree | a95f4ce251a6962f12bad7f2825750913a5a5267 /src/bin/psql/psqlHelp.h | |
parent | 4a077caa60b9c47e8a17dd5501c5dbd1e8a51165 (diff) |
Update lock sgml/man/psql help pages.
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 6840786358f..507b0d54b4d 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.66 1999/06/03 18:37:59 momjian Exp $ + * $Id: psqlHelp.h,v 1.67 1999/06/03 19:17:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -283,7 +283,8 @@ static struct _helpStruct QL_HELP[] = { {"lock", "exclusive lock a table inside a transaction", "\ -\tLOCK [TABLE] class_name;"}, +\tLOCK [TABLE] class_name \n\ +\t[[IN] [ROW|ACCESS] [SHARE|EXCLUSIVE] MODE];"}, {"move", "move an cursor position", "\ |