Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
pg_dump: Small message adjustment for consistency
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Mar 2012 16:52:39 +0000 (19:52 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Mar 2012 16:52:39 +0000 (19:52 +0300)
src/bin/pg_dump/pg_backup_custom.c

index 87242c5560bc3c85864cfbaa168d62b96857759e..18d158ff6d4af76beef9306af157ba868bb4cf40 100644 (file)
@@ -738,7 +738,7 @@ _ReopenArchive(ArchiveHandle *AH)
     * (but not invalid) use-cases.  Word the error messages appropriately.
     */
    if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0)
-       exit_horribly(modulename, "parallel restore from stdin is not supported\n");
+       exit_horribly(modulename, "parallel restore from standard input is not supported\n");
    if (!ctx->hasSeek)
        exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");