Re: 8.1 and syntax checking at create time - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: 8.1 and syntax checking at create time
Date
Msg-id 431606F1.9020308@dunslane.net
Whole thread Raw
In response to Re: 8.1 and syntax checking at create time  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-hackers

Tony Caduto wrote:

> Hi,
>
> I did restore from a 8.0 dump.
>
[snip]

> I am trying my tests on a new database with fresh language install now.
>
> How can I get my restored databases to behave the same as a fresh one?
>
>

Run "createlang plpgsql mydb" before running your restore, and possibly 
remove the bits that create them from the dump script, or they might 
just fail benignly.

cheers

andrew


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: 8.1 and syntax checking at create time
Next
From: Tony Caduto
Date:
Subject: Re: 8.1 and syntax checking at create time