|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2008, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.123 2008/03/26 15:24:56 mha Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.124 2008/03/29 19:40:12 tgl Exp $ |
7 | 7 | */
|
8 | 8 | #include "postgres_fe.h"
|
9 | 9 |
|
@@ -224,13 +224,13 @@ slashUsage(unsigned short int pager)
|
224 | 224 | fprintf(output, _(" \\dFd [PATTERN] list text search dictionaries (add \"+\" for more detail)\n"));
|
225 | 225 | fprintf(output, _(" \\dFt [PATTERN] list text search templates\n"));
|
226 | 226 | fprintf(output, _(" \\dFp [PATTERN] list text search parsers (add \"+\" for more detail)\n"));
|
227 |
| - fprintf(output, _(" \\dg [PATTERN] list groups\n")); |
| 227 | + fprintf(output, _(" \\dg [PATTERN] list roles (groups)\n")); |
228 | 228 | fprintf(output, _(" \\dn [PATTERN] list schemas (add \"+\" for more detail)\n"));
|
229 | 229 | fprintf(output, _(" \\do [NAME] list operators\n"));
|
230 | 230 | fprintf(output, _(" \\dl list large objects, same as \\lo_list\n"));
|
231 | 231 | fprintf(output, _(" \\dp [PATTERN] list table, view, and sequence access privileges\n"));
|
232 | 232 | fprintf(output, _(" \\dT [PATTERN] list data types (add \"+\" for more detail)\n"));
|
233 |
| - fprintf(output, _(" \\du [PATTERN] list users\n")); |
| 233 | + fprintf(output, _(" \\du [PATTERN] list roles (users)\n")); |
234 | 234 | fprintf(output, _(" \\l list all databases (add \"+\" for more detail)\n"));
|
235 | 235 | fprintf(output, _(" \\z [PATTERN] list table, view, and sequence access privileges (same as \\dp)\n"));
|
236 | 236 | fprintf(output, "\n");
|
|
0 commit comments