5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: psqlHelp.h,v 1.5 1996/10/03 15:46:31 momjian Exp $
8
+ * $Id: psqlHelp.h,v 1.6 1996/10/07 02:32:39 momjian Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -25,7 +25,7 @@ static struct _helpStruct QL_HELP[] = {
25
25
"abort [transaction];" },
26
26
{ "alter table" ,
27
27
"add/rename attributes, rename tables" ,
28
- "alter table <class_name> [*] add column <attr> <type>;\n\talter table <class_name> [*] rename [column] <attr1> to <attr2>;\n\talter table <class_name1> rename to <class_name2>" },
28
+ "\talter table <class_name> [*] add column <attr> <type>;\n\talter table <class_name> [*] rename [column] <attr1> to <attr2>;\n\talter table <class_name1> rename to <class_name2>" },
29
29
{ "begin" ,
30
30
"begin a new transaction" ,
31
31
"begin [transaction|work];" },
@@ -125,9 +125,6 @@ static struct _helpStruct QL_HELP[] = {
125
125
{ "explain" ,
126
126
"explain the query execution plan" ,
127
127
"explain [with {cost|full_plan}] <query>" },
128
- { "extend index" ,
129
- "extend a partial index" ,
130
- "extend index <indexname> [where <qual>];" },
131
128
{ "fetch" ,
132
129
"retrieve tuples from a cursor" ,
133
130
"fetch [forward|backward] [<number>|all] [in <cursorname>];" },
0 commit comments