Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited5eb09

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 usesthem.Rod Taylor
1 parent8fdc781 commited5eb09

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/0500:01:01 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.44 2002/03/0506: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)

[8]ページ先頭

©2009-2025 Movatter.jp