Re: dump + restore didn't include schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dan Langille" <dan(at)langille(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: dump + restore didn't include schemas
Date: 2004-01-31 17:11:03
Message-ID: 4873.1075569063@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Dan Langille" <dan(at)langille(dot)org> writes:
> On 31 Jan 2004 at 11:56, Tom Lane wrote:
>> 7.4's pg_dump will use AUTHORIZATION so that situations like this
>> restore correctly, but 7.3's pg_dump is stupid and tries to create the
>> schema as its owner.

> Does it matter that I used pg_dumpall?

No.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-31 17:53:56 Re: Transaction callback
Previous Message Dan Langille 2004-01-31 17:01:13 Re: dump + restore didn't include schemas