mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
DROP agg psql help change from Darren.
This commit is contained in:
parent
195d7dea00
commit
6ed9f2f17b
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: psqlHelp.h,v 1.14 1997/05/22 18:55:40 momjian Exp $
|
* $Id: psqlHelp.h,v 1.15 1997/06/01 04:32:41 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -94,7 +94,7 @@ static struct _helpStruct QL_HELP[] = {
|
|||||||
"\tdrop aggregate\n\tdrop database\n\tdrop function\n\tdrop index\n\tdrop operator\n\tdrop rule\n\tdrop sequence\n\tdrop table\n\tdrop type\n\tdrop view"},
|
"\tdrop aggregate\n\tdrop database\n\tdrop function\n\tdrop index\n\tdrop operator\n\tdrop rule\n\tdrop sequence\n\tdrop table\n\tdrop type\n\tdrop view"},
|
||||||
{ "drop aggregate",
|
{ "drop aggregate",
|
||||||
"remove an aggregate function",
|
"remove an aggregate function",
|
||||||
"drop aggregate <agg_name>;"},
|
"drop aggregate <agg_name> <agg_type>|*;"},
|
||||||
{ "drop database",
|
{ "drop database",
|
||||||
"remove a database",
|
"remove a database",
|
||||||
"drop database <dbname>"},
|
"drop database <dbname>"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user