Re: normal user dump gives error because of plpgsql

From: John Sidney-Woollett <johnsw(at)wardbrook(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: normal user dump gives error because of plpgsql
Date: 2005-03-10 17:40:54
Message-ID: 423086A6.9020408@wardbrook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> John Sidney-Woollett <johnsw(at)wardbrook(dot)com> writes:
>
>>I'm pretty sure I had the same problem when using pg_restore. If
>>pl/pgsql is installed in template1, then the restore fails.
>
>
>>And I couldn't find any solution to this on the list either.
>
>
> You're supposed to restore into a database cloned from template0,
> not template1.
>

That's interesting because I normally create my databases using
template1 so that I don't have to install pl/pgsql before I start adding
pgsql functions.

So what you're saying is that if you know you're just about to restore
into a new DB (using pg_restore), then create the new DB from template0
instead of template1.

I've just spotted the Notes section for pg_restore in the 7.4.x docs
which confirms this.

Strange that I didn't see it before... need to RTFM better!

Thanks.

John Sidney-Woollett

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Amin Abdulghani 2005-03-10 17:44:32 postgres 7.4 build for win
Previous Message Libo Luo 2005-03-10 17:28:05 German umlauts problem (under WindowsXP, COBOL programm)