Re: pg_dump --clean or dropdb?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump --clean or dropdb?
Date: 2008-02-21 19:50:07
Message-ID: 14924.1203623407@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Ray Stell <stellr(at)cns(dot)vt(dot)edu> writes:
> The doc for pg_dump --clean says it will drop db objects, not the db,
> however it looks like it does, though the output order of events is
> troubling. Is there a loop in the create/drop area?.

"strings" is not the way to find out what will be emitted by pg_restore.
(Hint: there are commands in the dump archive that may or may not be
used by pg_restore.) Use a plain pg_dump command, or equivalently look
at pg_restore's output script.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Carol Walter 2008-02-21 21:13:09 Re: Stable Release?
Previous Message Ray Stell 2008-02-21 18:39:39 pg_dump --clean or dropdb?