git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f2cc453)
Use brackets in psql \df \? help.
2009年4月22日 14:58:48 +0000 (14:58 +0000)
2009年4月22日 14:58:48 +0000 (14:58 +0000)

diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 027e8c07c32c5025a19f731e0a5b9db056109172..8ccf382b412a309ddb4245ed00f321ad21c9badc 100644 (file)
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.148 2009年04月21日 17:23:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.149 2009年04月22日 14:58:48 momjian Exp $
*/
#include "postgres_fe.h"
@@ -205,7 +205,7 @@ slashUsage(unsigned short int pager)
fprintf(output, _(" \\des[+] [PATTERN] list foreign servers\n"));
fprintf(output, _(" \\deu[+] [PATTERN] list user mappings\n"));
fprintf(output, _(" \\dew[+] [PATTERN] list foreign-data wrappers\n"));
- fprintf(output, _(" \\df[antwS+] [PATTERN] list (only agg/normal/trigger/window) functions\n"));
+ fprintf(output, _(" \\df[antw][S+] [PATRN] list [only agg/normal/trigger/window] functions\n"));
fprintf(output, _(" \\dF[+] [PATTERN] list text search configurations\n"));
fprintf(output, _(" \\dFd[+] [PATTERN] list text search dictionaries\n"));
fprintf(output, _(" \\dFp[+] [PATTERN] list text search parsers\n"));
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /