1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Clean up some messages and fix missing translation support. Option --log

renamed to --log-file for clarity.
This commit is contained in:
Peter Eisentraut
2005-10-04 19:01:18 +00:00
parent 380ab3669f
commit a8da71e0c4
5 changed files with 33 additions and 30 deletions

View File

@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.76 2005/09/27 16:30:25 momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.77 2005/10/04 19:01:18 petere Exp $
*/
#include "postgres_fe.h"
#include "common.h"
@ -1579,7 +1579,7 @@ printTable(const char *title,
border, output);
break;
default:
fprintf(stderr, _("illegal output format: %d"), opt->format);
fprintf(stderr, _("invalid output format (internal error): %d"), opt->format);
exit(EXIT_FAILURE);
}