it's supposed to when --file option is used.
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.101.4.3 2005/01/26 19:44:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.101.4.4 2005/03/18 17:33:03 tgl Exp $
*
*-------------------------------------------------------------------------
*/
te = te->next;
}
+ ahprintf(AH, "--\n-- PostgreSQL database dump complete\n--\n\n");
+
/*
* Clean up & we're done.
*/
AH->blobConnection = NULL;
}
}
-
- ahprintf(AH, "--\n-- PostgreSQL database dump complete\n--\n\n");
}
/*