aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-10-07 02:32:39 +0000
committerBruce Momjian <bruce@momjian.us>1996-10-07 02:32:39 +0000
commit3a56b2183205a86f019e98f58440098d6ad75ef9 (patch)
tree069dd7260968e0e78269df1e0bdbc1a229a5383c /src
parente8e78f4c7ba4e5e867fb3db61d91f27d96d6b950 (diff)
downloadpostgresql-3a56b2183205a86f019e98f58440098d6ad75ef9.tar.gz
postgresql-3a56b2183205a86f019e98f58440098d6ad75ef9.zip
Update help for alter table. remove EXTEND function.
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/psqlHelp.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index 0b41027afdc..2863c47c8f0 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.5 1996/10/03 15:46:31 momjian Exp $
+ * $Id: psqlHelp.h,v 1.6 1996/10/07 02:32:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,7 +25,7 @@ static struct _helpStruct QL_HELP[] = {
"abort [transaction];"},
{ "alter table",
"add/rename attributes, rename tables",
- "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>"},
+ "\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>"},
{ "begin",
"begin a new transaction",
"begin [transaction|work];"},
@@ -125,9 +125,6 @@ static struct _helpStruct QL_HELP[] = {
{ "explain",
"explain the query execution plan",
"explain [with {cost|full_plan}] <query>"},
- { "extend index",
- "extend a partial index",
- "extend index <indexname> [where <qual>];"},
{ "fetch",
"retrieve tuples from a cursor",
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},