|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.135 2009/01/06 23:01:57 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.136 2009/01/06 23:09:56 momjian Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 |
|
@@ -219,7 +219,7 @@ slashUsage(unsigned short int pager)
|
219 | 219 | fprintf(output,_(" \\dn[+] [PATTERN] list schemas\n"));
|
220 | 220 | fprintf(output,_(" \\do[S] [PATTERN] list operators\n"));
|
221 | 221 | fprintf(output,_(" \\dp [PATTERN] list table, view, and sequence access privileges\n"));
|
222 |
| -fprintf(output,_("\\z [PATTERN] same as \\dp\n")); |
| 222 | +fprintf(output,_(" \\z [PATTERN] same as \\dp\n")); |
223 | 223 | fprintf(output,_(" \\ds[S+] [PATTERN] list sequences\n"));
|
224 | 224 | fprintf(output,_(" \\dt[S+] [PATTERN] list tables\n"));
|
225 | 225 | fprintf(output,_(" \\dT[S+] [PATTERN] list data types\n"));
|
|