mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add end-of-dump markers for pg_dump and pg_dumpall.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.86 2004/04/22 02:39:10 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.87 2004/05/19 21:21:26 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -384,6 +384,8 @@ RestoreArchive(Archive *AHX, RestoreOptions *ropt)
|
||||
AH->blobConnection = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
ahprintf(AH, "--\n-- PostgreSQL database dump complete\n--\n\n");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user