diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-06-04 04:28:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-06-04 04:28:54 +0000 |
commit | f0f416a2d37e6819d789c2b72863026ec0c9d34f (patch) | |
tree | 63cc857ca699647e5f77dcc04ab3d4eb16bc1d0d /src/bin/psql/psqlHelp.h | |
parent | 8760d33abbfe18cda5ed7d718fd55a596a165611 (diff) |
Add mention of SHARE ROW EXCLUSIVE mode.
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 8f67df922bc..c14825061c7 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.69 1999/06/03 20:42:17 momjian Exp $ + * $Id: psqlHelp.h,v 1.70 1999/06/04 04:28:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -284,7 +284,7 @@ static struct _helpStruct QL_HELP[] = { "exclusive lock a table inside a transaction", "\ \tLOCK [TABLE] class_name \n\ -\t[[IN] [ROW|ACCESS] [SHARE|EXCLUSIVE] MODE];"}, +\t[IN [ROW|ACCESS] [SHARE|EXCLUSIVE] | [SHARE ROW EXCLUSIVE] MODE];"}, {"move", "move an cursor position", "\ |