pg_dump

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_dump
Date: 2001-04-25 01:00:52
Message-ID: 20010425100052M.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

  • Re: pg_dump at 2001-04-25 02:04:43 from Philip Warner

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2001-04-25 02:04:43 Re: pg_dump
Previous Message Lamar Owen 2001-04-24 21:26:00 Re: start / stop scripts question