|
4 | 4 | *options functions |
5 | 5 | * |
6 | 6 | *Copyright (c) 2010, PostgreSQL Global Development Group |
7 | | - *$PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.12 2010/07/06 19:18:55 momjian Exp $ |
| 7 | + *$PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.13 2010/07/1318:14:14 momjian Exp $ |
8 | 8 | */ |
9 | 9 |
|
10 | 10 | #include"pg_upgrade.h" |
@@ -259,10 +259,6 @@ or\n"), ctx->old.port, ctx->new.port, ctx->user); |
259 | 259 | C:\\> set NEWBINDIR=newCluster/bin\n\ |
260 | 260 | C:\\> pg_upgrade\n")); |
261 | 261 | #endif |
262 | | -printf(_("\n\ |
263 | | -You may find it useful to save the preceding 5 commands in a shell script\n\ |
264 | | -\n\ |
265 | | -Report bugs to <pg-migrator-general@lists.pgfoundry.org>\n")); |
266 | 262 | } |
267 | 263 |
|
268 | 264 |
|
|