Commit 1c255945 authored by Peter Eisentraut's avatar Peter Eisentraut

Improve messages

parent c2f75365
......@@ -15,7 +15,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.115 2005/09/11 00:36:14 tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.116 2005/09/28 13:11:26 petere Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -304,7 +304,7 @@ RestoreArchive(Archive *AHX, RestoreOptions *ropt)
if (strcmp(te->desc, "BLOBS") == 0)
{
ahlog(AH, 1, "restoring blob data\n");
ahlog(AH, 1, "restoring large object data\n");
_selectOutputSchema(AH, "pg_catalog");
......
......@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.71 2005/06/09 17:56:51 momjian Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.72 2005/09/28 13:11:26 petere Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -319,7 +319,7 @@ main(int argc, char **argv)
break;
default:
write_msg(NULL, "unrecognized archive format '%s'; please specify 't' or 'c'\n",
write_msg(NULL, "unrecognized archive format \"%s\"; please specify \"c\" or \"t\"\n",
opts->formatName);
exit(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment