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

Commit73b44dc

Browse files
committed
Use brackets in psql \df \? help.
1 parentf2cc453 commit73b44dc

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-2009, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.148 2009/04/21 17:23:05 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.149 2009/04/22 14:58:48 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99

@@ -205,7 +205,7 @@ slashUsage(unsigned short int pager)
205205
fprintf(output,_(" \\des[+] [PATTERN] list foreign servers\n"));
206206
fprintf(output,_(" \\deu[+] [PATTERN] list user mappings\n"));
207207
fprintf(output,_(" \\dew[+] [PATTERN] list foreign-data wrappers\n"));
208-
fprintf(output,_(" \\df[antwS+] [PATTERN] list(only agg/normal/trigger/window) functions\n"));
208+
fprintf(output,_(" \\df[antw][S+] [PATRN] list[only agg/normal/trigger/window] functions\n"));
209209
fprintf(output,_(" \\dF[+] [PATTERN] list text search configurations\n"));
210210
fprintf(output,_(" \\dFd[+] [PATTERN] list text search dictionaries\n"));
211211
fprintf(output,_(" \\dFp[+] [PATTERN] list text search parsers\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp