*
* 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 $
*
*-------------------------------------------------------------------------
*/
"abort [transaction];"},
{ "alter table",
"add/rename attributes, rename tables",
- "alter table
[*] add column ;\n\talter table [*] rename [column] to ;\n\talter table rename to "},
+ "
\talter table
[*] add column ;\n\talter table [*] rename [column] to ;\n\talter table rename to "},
{ "begin",
"begin a new transaction",
"begin [transaction|work];"},
{ "explain",
"explain the query execution plan",
"explain [with {cost|full_plan}] "},
- { "extend index",
- "extend a partial index",
- "extend index [where ];"},
{ "fetch",
"retrieve tuples from a cursor",
"fetch [forward|backward] [|all] [in ];"},