File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
5
*
6
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.137 2009/01/07 00 :05:28 momjian Exp $
6
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.138 2009/01/07 03 :05:26 momjian Exp $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
@@ -202,8 +202,7 @@ slashUsage(unsigned short int pager)
202
202
fprintf (output , _ (" \\db[+] [PATTERN] list tablespaces\n" ));
203
203
fprintf (output , _ (" \\dc[S] [PATTERN] list conversions\n" ));
204
204
fprintf (output , _ (" \\dC [PATTERN] list casts\n" ));
205
- fprintf (output , _ (" \\dd [PATTERN] show comment for object\n" ));
206
- fprintf (output , _ (" \\dd[S] [PATTERN] list comments on objects\n" ));
205
+ fprintf (output , _ (" \\dd[S] [PATTERN] show comments on objects\n" ));
207
206
fprintf (output , _ (" \\dD[S] [PATTERN] list domains\n" ));
208
207
fprintf (output , _ (" \\des[+] [PATTERN] list foreign servers\n" ));
209
208
fprintf (output , _ (" \\deu[+] [PATTERN] list user mappings\n" ));
You can’t perform that action at this time.
0 commit comments