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

Commit5234a95

Browse files
committed
Fix psql help: \da+ is same as \da, but \daS is not.
Noted by Stephen Frost.
1 parentaf5be8b commit5234a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2010, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.158 2010/05/08 16:39:51 tgl Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.159 2010/05/26 19:29:22 rhaas Exp $
77
*/
88
#include"postgres_fe.h"
99

@@ -196,7 +196,7 @@ slashUsage(unsigned short int pager)
196196
fprintf(output,_(" (options: S = show system objects, + = additional detail)\n"));
197197
fprintf(output,_(" \\d[S+] list tables, views, and sequences\n"));
198198
fprintf(output,_(" \\d[S+] NAME describe table, view, sequence, or index\n"));
199-
fprintf(output,_(" \\da[+] [PATTERN] list aggregates\n"));
199+
fprintf(output,_(" \\da[S] [PATTERN] list aggregates\n"));
200200
fprintf(output,_(" \\db[+] [PATTERN] list tablespaces\n"));
201201
fprintf(output,_(" \\dc[S] [PATTERN] list conversions\n"));
202202
fprintf(output,_(" \\dC [PATTERN] list casts\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp