Re: dump + restore didn't include schemas - Mailing list pgsql-hackers

From Tom Lane
Subject Re: dump + restore didn't include schemas
Date
Msg-id 26148.1075523679@sss.pgh.pa.us
Whole thread Raw
In response to dump + restore didn't include schemas  ("Dan Langille" <dan@langille.org>)
Responses Re: dump + restore didn't include schemas  ("Dan Langille" <dan@langille.org>)
List pgsql-hackers
"Dan Langille" <dan@langille.org> writes:
> I upgraded two servers today from 7.3.* to 7.4.1.  In both cases, the 
> schemas which existed in the original databases were not created in 
> the new database.
> New issue?  Known bug?

New one on me.  Look at the log output from when the dump was being
restored.  I suppose there must be an error message from the CREATE
SCHEMA commands --- what is it?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Kevin Brown
Date:
Subject: Re: index scan with functional indexes -- solved
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] v7.4.1 text_position() patch