|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2010, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.158 2010/05/08 16:39:51 tgl Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.159 2010/05/26 19:29:22 rhaas Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 |
|
@@ -196,7 +196,7 @@ slashUsage(unsigned short int pager)
|
196 | 196 | fprintf(output,_(" (options: S = show system objects, + = additional detail)\n"));
|
197 | 197 | fprintf(output,_(" \\d[S+] list tables, views, and sequences\n"));
|
198 | 198 | fprintf(output,_(" \\d[S+] NAME describe table, view, sequence, or index\n"));
|
199 |
| -fprintf(output,_(" \\da[+] [PATTERN] list aggregates\n")); |
| 199 | +fprintf(output,_(" \\da[S] [PATTERN] list aggregates\n")); |
200 | 200 | fprintf(output,_(" \\db[+] [PATTERN] list tablespaces\n"));
|
201 | 201 | fprintf(output,_(" \\dc[S] [PATTERN] list conversions\n"));
|
202 | 202 | fprintf(output,_(" \\dC [PATTERN] list casts\n"));
|
|