When trying to dump a database for upgrading to the current PSQL version using pg_dump I observed the following:

The process seems to have finished without problems, but the resulting dump file does not end in

--
-- PostgreSQL database dump complete
--

but rather with a command line (complete, not truncated as might be the case when running out of disk space, which was plenty anyway)

Is this an indication of an incomplete dump? If so how could one proceed?

The dump file size is 5046664027 bytes and I can not easily test a restore on another machine ....

Any help would be appreciated

   Benno

--
Benno Pütz
Statistische Genetik
Max-Planck-Institut f. Psychiatrie            Tel.: +49-89-30622-222
Kraepelinstr. 10                              Fax : +49-89-30622-601
80804 München, Germany



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to