Does anybody know:

1) Is the tar/custom format of pg_dump is portable accross different
   platforms?

2) if I want to dump out all of database cluster contents including
   large objects, is following procedure correct?

   (dump procedure)
   pg_dumpall -g
   pg_dump -F c .... for each database
           :
           :

   (restore procedure)
   initdb
   psql template1 < dumpout_of_pg_dumpall
   pg_restore ... for each database

--
Tatsuo Ishii

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to