Skip to content

Commit ed5eb09

Browse files
committed
Adds \du documentation line for \? in psqls help.c
Thought I saw a patch earlier converting docs to use []s, so this uses them. Rod Taylor
1 parent 8fdc781 commit ed5eb09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/psql/help.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.43 2002/03/05 00:01:01 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.44 2002/03/05 06:13:19 momjian Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "help.h"
@@ -205,6 +205,7 @@ slashUsage(void)
205205
fprintf(fout, _(" \\df list functions\n"));
206206
fprintf(fout, _(" \\do list operators\n"));
207207
fprintf(fout, _(" \\dT list data types\n"));
208+
fprintf(fout, _(" \\du [PATTERN] Lists all configured users or only those that match pattern\n"));
208209
fprintf(fout, _(" \\e FILENAME edit the current query buffer or file with external editor\n"));
209210
fprintf(fout, _(" \\echo TEXT write text to standard output\n"));
210211
fprintf(fout, _(" \\encoding ENCODING set client encoding\n"));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy