|
8 | 8 | *
|
9 | 9 | * Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
10 | 10 | *
|
11 |
| - * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.214 2009/06/04 19:17:39 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.215 2009/06/10 21:51:56 petere Exp $ |
12 | 12 | */
|
13 | 13 | #include"postgres_fe.h"
|
14 | 14 |
|
@@ -215,7 +215,7 @@ describeFunctions(const char *functypes, const char *pattern, bool verbose, bool
|
215 | 215 |
|
216 | 216 | if (showWindow&&pset.sversion<80400)
|
217 | 217 | {
|
218 |
| -fprintf(stderr,_("\\df does not take a \"w\" optionin%d.%d.\n"), |
| 218 | +fprintf(stderr,_("\\df does not take a \"w\" optionwith server version%d.%d\n"), |
219 | 219 | pset.sversion /10000, (pset.sversion /100) %100);
|
220 | 220 | return true;
|
221 | 221 | }
|
|