Adds \du documentation line for \? in psqls help.c
authorBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 06:13:19 +0000 (06:13 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 06:13:19 +0000 (06:13 +0000)
Thought I saw a patch earlier converting docs to use []s, so this uses
them.

Rod Taylor

src/bin/psql/help.c

index 5ec25ff208ac6c47f111169a3c824c7368e3f680..5fde7c6c89a0edbbcb5ca6b50b0c59b7cc4b1b7d 100644 (file)
@@ -205,6 +205,7 @@ slashUsage(void)
        fprintf(fout, _(" \\df            list functions\n"));
        fprintf(fout, _(" \\do            list operators\n"));
        fprintf(fout, _(" \\dT            list data types\n"));
+       fprintf(fout, _(" \\du [PATTERN]  Lists all configured users or only those that match pattern\n"));
        fprintf(fout, _(" \\e FILENAME    edit the current query buffer or file with external editor\n"));
        fprintf(fout, _(" \\echo TEXT     write text to standard output\n"));
        fprintf(fout, _(" \\encoding ENCODING  set client encoding\n"));