Re: Problems with pg_restore (plpgsql already exists) - Mailing list pgsql-admin

From Dinesh Bhandary
Subject Re: Problems with pg_restore (plpgsql already exists)
Date
Msg-id 4F4820C8.2000703@iii.com
Whole thread Raw
In response to Problems with pg_restore (plpgsql already exists)  (Brian Weaver <cmdrclueless@gmail.com>)
Responses Re: Problems with pg_restore (plpgsql already exists)
List pgsql-admin
one way to get over this issue is to do  pg_dump of postgres 8.4 db
using postgres 9.1.2 binaries.
Here is a note from postgres 9.1.2 documentation

"In a default PostgreSQL installation, the handler for the PL/pgSQL
language is built and installed into the "library" directory;
furthermore, the PL/pgSQL language itself is installed in all databases.
If Tcl support is configured in, the handlers for PL/Tcl and PL/TclU are
built and installed in the library directory, but the language itself is
not installed in any database by default. Likewise, the PL/Perl and
PL/PerlU handlers are built and installed if Perl support is configured,
and the PL/PythonU handler is installed if Python support is configured,
but these languages are not installed by default."

hope this helps.

Thanks.
Dinesh

On 2/24/2012 2:30 PM, Brian Weaver wrote:
> CREATE DATABASE foo WITH TEMPLATE = template0 ENCODING = 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';


pgsql-admin by date:

Previous
From: Brian Weaver
Date:
Subject: Problems with pg_restore (plpgsql already exists)
Next
From: Brian Weaver
Date:
Subject: Re: Problems with pg_restore (plpgsql already exists)