Improve description of \du and \dg, per suggestion from
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Mar 2008 19:40:12 +0000 (19:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Mar 2008 19:40:12 +0000 (19:40 +0000)
Harald Armin Massa.

src/bin/psql/help.c

index 52557a9fe0aa59857fa1274347caa1de3ab9be84..8d3b24368ddf55f3dcba2e3212315fb46a86d368 100644 (file)
@@ -224,13 +224,13 @@ slashUsage(unsigned short int pager)
        fprintf(output, _("  \\dFd [PATTERN] list text search dictionaries (add \"+\" for more detail)\n"));
        fprintf(output, _("  \\dFt [PATTERN] list text search templates\n"));
        fprintf(output, _("  \\dFp [PATTERN] list text search parsers (add \"+\" for more detail)\n"));
-       fprintf(output, _("  \\dg [PATTERN]  list groups\n"));
+       fprintf(output, _("  \\dg [PATTERN]  list roles (groups)\n"));
        fprintf(output, _("  \\dn [PATTERN]  list schemas (add \"+\" for more detail)\n"));
        fprintf(output, _("  \\do [NAME]     list operators\n"));
        fprintf(output, _("  \\dl            list large objects, same as \\lo_list\n"));
        fprintf(output, _("  \\dp [PATTERN]  list table, view, and sequence access privileges\n"));
        fprintf(output, _("  \\dT [PATTERN]  list data types (add \"+\" for more detail)\n"));
-       fprintf(output, _("  \\du [PATTERN]  list users\n"));
+       fprintf(output, _("  \\du [PATTERN]  list roles (users)\n"));
        fprintf(output, _("  \\l             list all databases (add \"+\" for more detail)\n"));
        fprintf(output, _("  \\z [PATTERN]   list table, view, and sequence access privileges (same as \\dp)\n"));
        fprintf(output, "\n");