Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3a56b21

Browse files
committed
Update help for alter table. remove EXTEND function.
1 parent e8e78f4 commit 3a56b21

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
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 $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -25,7 +25,7 @@ static struct _helpStruct QL_HELP[] = {
2525
"abort [transaction];"},
2626
{ "alter table",
2727
"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>"},
2929
{ "begin",
3030
"begin a new transaction",
3131
"begin [transaction|work];"},
@@ -125,9 +125,6 @@ static struct _helpStruct QL_HELP[] = {
125125
{ "explain",
126126
"explain the query execution plan",
127127
"explain [with {cost|full_plan}] <query>"},
128-
{ "extend index",
129-
"extend a partial index",
130-
"extend index <indexname> [where <qual>];"},
131128
{ "fetch",
132129
"retrieve tuples from a cursor",
133130
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},

0 commit comments

Comments
 (0)