From 3a56b2183205a86f019e98f58440098d6ad75ef9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 7 Oct 1996 02:32:39 +0000 Subject: [PATCH] Update help for alter table. remove EXTEND function. --- src/bin/psql/psqlHelp.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 0b41027afd..2863c47c8f 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 [*] 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];"}, @@ -125,9 +125,6 @@ static struct _helpStruct QL_HELP[] = { { "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 ];"}, -- 2.40.0